aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler/test/test_lib.erl
AgeCommit message (Expand)Author
2016-09-02Fix overridden BIFsBjörn Gustavsson
2016-05-13test_lib: Add is_cloned_mod/1Björn Gustavsson
2016-05-13test_lib: Correct calculation of number of processesBjörn Gustavsson
2016-03-15update copyright-yearHenrik Nord
2016-02-25Replace use of lists:keysearch/3 with lists:keyfind/3Björn Gustavsson
2016-02-25Replace ?t with test_serverBjörn Gustavsson
2016-02-25Eliminate use of test_server:fail/0,1Björn Gustavsson
2016-02-25Eliminate use of ?config() macroBjörn Gustavsson
2016-02-17Eliminate use of test_server.hrl and test_server_line.hrlBjörn Gustavsson
2015-06-18Change license text to APLv2Bruce Yinhe
2015-04-29test_lib: Simplify uniq/0Björn Gustavsson
2015-02-12test_lib: Include test_server.hrl using -include_libBjörn Gustavsson
2015-02-03Teach case_opt/3 to avoid unnecessary buildingBjörn Gustavsson
2015-01-26Speed up running of compiler test suites in coverage modeBjörn Gustavsson
2013-01-25Update copyright yearsBjörn-Egil Dahlberg
2012-10-23compiler: Run testcases in parallelBjörn Gustavsson
2012-01-04test_lib:p_run/2: Be careful about how many parallel processes we useBjörn Gustavsson
2011-02-23compiler: Eliminate some warningsBjörn Gustavsson
2010-06-02Add some testcases to compiler to verify that overriding really happensPatrik Nyblom
2010-05-10Move p_run/2 to test_libBjörn Gustavsson
2010-03-26compiler tests: Test the 'inline' option betterBjörn Gustavsson
2010-03-25Merge branch 'bg/compiler-remove-r11-support' into devErlang/OTP
2010-03-22compiler: Don't support the no_binaries optionBjörn Gustavsson
2010-03-22compiler: Don't support the no_constant_pool optionBjörn Gustavsson
2010-03-22compiler: Don't support the r11 optionBjörn Gustavsson
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP