Disable wasm32_final_outputs test
authorVasudev Kamath <vasudev@copyninja.info>
Sat, 27 Jan 2018 09:41:06 +0000 (15:11 +0530)
committerXimin Luo <infinity0@debian.org>
Sat, 27 Jan 2018 09:41:06 +0000 (15:11 +0530)
This test depends on emscripten built using fastcomp
a fork of LLVM and is not avaialble in Debian.
Last-Update: 2017-12-05

Gbp-Pq: Name 2006_disable_wasm32_tests.patch

tests/build.rs

index 523e42d913077ec53e266f23e7954116f1bae604..0a2c25ee4585dc838ef01254b90c3441fe0c6d45 100644 (file)
@@ -3479,7 +3479,6 @@ fn cdylib_final_outputs() {
     }
 }
 
-#[test]
 fn wasm32_final_outputs() {
     use cargo::core::{Shell, Target, Workspace};
     use cargo::ops::{self, BuildConfig, Context, CompileMode, CompileOptions, Kind, Unit};