Searched full:compiletest (Results 1 – 7 of 7) sorted by relevance
4 For more information check out [`compiletest` crate](https://github.com/laumann/compiletest-rs).8 ## Notes on working with `compiletest` crate10 * Currently code that is inside macro should not be annotated, as `compiletest`15 * `compiletest` crate by default sets `allow(dead_code)` lint level so make sure20 issue in the `compiletest` crate and your error was probably not registered -
1 extern crate compiletest_rs as compiletest;4 let mut config = compiletest::Config::default(); in run_mode()13 compiletest::run_tests(&config); in run_mode()
17 - cd compiletest
56 cd compiletest &&
2449 compiletest/sfellintrdincltest.cpp: Copyright John Maddock 2006.2471 compiletest/instantiate.hpp: Copyright John Maddock 2006.2474 compiletest/sfnextincltest.cpp: Copyright John Maddock 2006.2477 compiletest/main.cpp: Copyright John Maddock 2009.2479 compiletest/sfbinomialincltest.cpp: Copyright John Maddock 2006.2480 compiletest/sfhypotincltest.cpp: Copyright John Maddock 2006.2508 compiletest/sfsphharmincltest.cpp: Copyright John Maddock 2006.2515 compiletest/sfcospiincltest.cpp: Copyright John Maddock 2006.2540 compiletest/toolstestinctest.cpp: Copyright John Maddock 2006.2543 compiletest/toolsseriesinctest.cpp: Copyright John Maddock 2006.[all …]
52 # relatively slow compiletest from them to speed up end-to-end CI time,
20 let r = Command::new("compiletest") in issue_946()29 .try_get_matches_from(vec!["compiletest", "--exact"]); in issue_946()