From ead61924bba6878c03d79f6b41879ec0188d47fe Mon Sep 17 00:00:00 2001 From: Sergey Pepyakin Date: Fri, 9 Feb 2018 22:46:50 +0300 Subject: [PATCH] Comments. --- spec/src/run.rs | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/spec/src/run.rs b/spec/src/run.rs index 1d9df25..cc4a768 100644 --- a/spec/src/run.rs +++ b/spec/src/run.rs @@ -474,23 +474,6 @@ impl ScriptVisitor 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 {