aboutsummaryrefslogtreecommitdiffstats
path: root/lib/kernel/test/code_SUITE.erl
AgeCommit message (Expand)Author
2012-10-30Use code:lib_dir instead of code:which to get application directorySiri Hansen
2012-08-23Merge branch 'maint'Sverker Eriksson
2012-08-21kernel: Disable hipe compilation for hipe_unified_loaderSverker Eriksson
2012-07-19kernel: Remove VxWorks from testsBjörn-Egil Dahlberg
2012-06-12Add kernel/test/code_SUITE:upgradeSverker Eriksson
2012-06-05Update to work with whitespace in exec pathLukas Larsson
2012-03-30Update copyright yearsBjörn-Egil Dahlberg
2012-03-21Teach big_boot_embedded testcase about comtePatrik Nyblom
2012-01-23Fix on_load handling in modules loaded by code:load_binary/3Björn Gustavsson
2011-09-29Merge branch 'dev' into majorLukas Larsson
2011-09-29Skip create_big_boot on platforms without cryptoLukas Larsson
2011-09-29Remove test_server path instead of cwd for clash testLukas Larsson
2011-09-02Merge branch 'dev' into majorHans Bolinder
2011-08-31Improve and correct types and specifications in Kernel and STDLIBHans Bolinder
2011-08-16emulator: Add a fourth element in exception stacktracesBjörn Gustavsson
2011-03-11Update copyright yearsBjörn-Egil Dahlberg
2011-02-17Rename Suite Callback to Common Test HookLukas Larsson
2011-02-17Fix formatting for kernelLukas Larsson
2011-02-17Add ts_install_scb to suite/0Lukas Larsson
2011-02-17Update kernel tests to conform with common_test standardLukas Larsson
2011-02-17Update all fin_per_testcase to end_per_testcase.Lukas Larsson
2010-12-01Mend on_load_embedded testcase which did not handle windows linksPatrik Nyblom
2010-11-30Corrected testcases broken by unicode filenamesPatrik Nyblom
2010-11-29Merge branch 'pan/embedded-mode-testcase/OTP-8905' into devPatrik Nyblom
2010-11-26Unload stray applications from application_SUITE before creating scriptPatrik Nyblom
2010-11-25Make testcase filter away bogus applications from earlier suitesPatrik Nyblom
2010-11-25Add test loading all of OTP in boot script and running embeddedPatrik Nyblom
2010-09-21Teach code_SUITE:clash Windows file system semanticsPatrik Nyblom
2010-07-28Load native code for modules loaded before the code serverPaul Guyot
2010-04-19code:clash/0: match correct return value from erl_prim_loader:list_dir/1Tuncer Ayaz
2010-02-06code_SUITE: add missing is_list(Config) guardBjörn Gustavsson
2010-02-06Add tests for code:clash/0Tuncer Ayaz
2010-02-05Fix typo in kernel/test/code_SUITETuncer Ayaz
2009-12-13Test on_load functions that don't return 'ok'Björn Gustavsson
2009-12-13Change the expected return value for on_load functionsBjörn Gustavsson
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP