aboutsummaryrefslogtreecommitdiffstats
path: root/lib/kernel/test/code_SUITE.erl
AgeCommit message (Expand)Author
2014-01-21kernel: code_SUITE fix unicode optionBjörn-Egil Dahlberg
2014-01-21Fix testing with unicode pathsDan Gudmundsson
2013-11-18Parallel check_process_code when code_server purge a moduleRickard Green
2013-07-11Refactor away ?line macro in code_SUITEBjörn-Egil Dahlberg
2013-07-11Fix tests for erts app-fileBjörn-Egil Dahlberg
2013-02-22Update copyright yearsBjörn-Egil Dahlberg
2013-02-20Merge branch 'ks/hipe_bif-remove_refs_from/OTP-10851'Fredrik Gustafsson
2013-02-19Fixed test to allow for lists:foreach/2 callKostis Sagonas
2013-02-18erts: Fix code:is_module_nativeSverker Eriksson
2013-02-01Add a new function code:get_mode() can be used to detect how the code servers...Vlad Dumitrescu
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