Comments.

This commit is contained in:
Sergey Pepyakin 2018-02-09 22:46:50 +03:00
parent 75e9416f47
commit ead61924bb
1 changed files with 0 additions and 17 deletions

View File

@ -474,23 +474,6 @@ impl ScriptVisitor<Error> for SpecRunner {
}
pub fn spec(name: &str) {
// let tmpdir = env::var("OUT_DIR").unwrap();
// let fixture = run_wast2wasm(name);
// let wast2wasm_fail_expected = name.ends_with(".fail");
// if wast2wasm_fail_expected {
// if !fixture.failing {
// panic!("wast2json expected to fail, but terminated normally");
// }
// // Failing fixture, bail out.
// return;
// }
// if fixture.failing {
// panic!("wast2json terminated abnormally, expected to success");
// }
println!("running test: {}", name);
let mut spec_runner = SpecRunner {