aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler/test
AgeCommit message (Expand)Author
2016-07-12compiler: Test literal binary matchingBjörn-Egil Dahlberg
2016-06-07Compiler: new function env_compiler_options/0alisdair sullivan
2016-06-03misc_SUITE: Cover the remaining lines in beam_peepBjörn Gustavsson
2016-06-02Avoid the dreaded "no_file" in warningsBjörn Gustavsson
2016-06-02Eliminate crash for map updates in guardsBjörn Gustavsson
2016-06-01beam_block: Eliminate crash in beam_utilsBjörn Gustavsson
2016-05-31Add additional coverage and smoke test of beam_validatorBjörn Gustavsson
2016-05-30Eliminate unsafe use of Y registersBjörn Gustavsson
2016-05-30beam_validator: Add is_bitstring/1 as a safe BIFBjörn Gustavsson
2016-05-25beam_jump: Clean up handling of labels before func_infoBjörn Gustavsson
2016-05-25beam_expect: Correctly handle blocks with multiple allocsBjörn Gustavsson
2016-05-25v3_codegen: Don't confuse beam_validatorBjörn Gustavsson
2016-05-25v3_codegen: Correct code generation for an error/1 call in a guardBjörn Gustavsson
2016-05-25beam_receive: Don't crash when encountering nonsensical codeBjörn Gustavsson
2016-05-23beam_bool_SUITE: Cover one more lineBjörn Gustavsson
2016-05-23beam_utils_SUITE: Cover more lines in beam_utilsBjörn Gustavsson
2016-05-23beam_reorder: Don't confuse beam_validatorBjörn Gustavsson
2016-05-23beam_bool: Reject potentially unsafe optimizationBjörn Gustavsson
2016-05-23v3_core: Don't depend on sys_core_fold for cleaning upBjörn Gustavsson
2016-05-23beam_type: Eliminate crashBjörn Gustavsson
2016-05-20beam_type: Correct handling of setelement/3Björn Gustavsson
2016-05-16Merge branch 'bjorn/compiler/beam_bool/ERL-143'Björn Gustavsson
2016-05-16Eliminate crash in beam_boolBjörn Gustavsson
2016-05-16Add beam_bool_SUITEBjörn Gustavsson
2016-05-16Add missing test cases in andor_SUITE and beam_block_SUITEBjörn Gustavsson
2016-05-13compile_SUITE: Cover numeric variable names in core_ppBjörn Gustavsson
2016-05-13compile_SUITE: Eliminate clones when re-compiling test suitesBjörn Gustavsson
2016-05-13test_lib: Add is_cloned_mod/1Björn Gustavsson
2016-05-13trycatch_SUITE: Cover the only uncovered line in sys_core_foldBjörn Gustavsson
2016-05-13test_lib: Correct calculation of number of processesBjörn Gustavsson
2016-05-12fun_SUITE: Test for failing calls to funsBjörn Gustavsson
2016-04-28v3_core: Don't depend on sys_core_fold for cleaning upBjörn Gustavsson
2016-04-27compilation_SUITE: Use explicit exportsBjörn Gustavsson
2016-04-27Remove support for running tests on a separate Erlang nodeBjörn Gustavsson
2016-04-27Move code from compilation_SUITE to beam_block_SUITEBjörn Gustavsson
2016-04-27Move list comprehension tests to lc_SUITEBjörn Gustavsson
2016-04-27Move catch tests to trycatch_SUITEBjörn Gustavsson
2016-04-27Remove compilation_SUITE:long_string/1Björn Gustavsson
2016-04-27Move pattern-matching tests to match_SUITEBjörn Gustavsson
2016-04-27Remove toothless test compile_SUITE:missing_testheap/1Björn Gustavsson
2016-04-27misc_SUITE: Add missing export of integer_encoding/0Björn Gustavsson
2016-04-27Move test cases from compilation_SUITE to beam_utils_SUITEBjörn Gustavsson
2016-04-27Move complex_guard/1 from compilation_SUITE to guard_SUITEBjörn Gustavsson
2016-04-27Remove compilation_SUITE:guards/1Björn Gustavsson
2016-04-27Move tests from compilation_SUITE to record_SUITEBjörn Gustavsson
2016-04-27Move bit syntax test cases from compilation_SUITE to bs_match_SUITEBjörn Gustavsson
2016-04-27Remove useless test case compilation_SUITE:otp_2141/1Björn Gustavsson
2016-04-27compilation_SUITE: Run the Core linter for all compilationsBjörn Gustavsson
2016-04-25compiler: Remove use of crypto:rand_bytes/1Ingela Anderton Andin
2016-04-21Add compile_SUITE:core_roundtrip/1Björn Gustavsson