summary refs log tree commit diff
path: root/src/test/compile-fail/asm-src-loc-codegen-units.rs
AgeCommit message (Collapse)AuthorLines
2017-01-19travis: Get an emscripten builder onlineAlex Crichton-0/+1
This commit adds a new entry to the Travis matrix which will execute emscripten test suites. Along the way it updates a few bits of the test suite to continue passing on emscripten, such as: * Ignoring i128/u128 tests as they're presumably just not working (didn't investigate as to why) * Disabling a few process tests (not working on emscripten) * Ignore some num tests in libstd (#39119) * Fix some warnings when compiling
2015-05-27Add a WONTFIX message to a failing test.Nick Cameron-1/+2
Closes #20184
2015-01-05Don't test codegen-units errors on stage1 (c.f. #20184)Keegan McAllister-0/+1
2014-09-27Translate inline assembly errors back to source locationsKeegan McAllister-0/+20
Fixes #17552.