Disable wasm32_final_outputs test
authorVasudev Kamath <vasudev@copyninja.info>
Sun, 15 Apr 2018 06:58:29 +0000 (12:28 +0530)
committerVasudev Kamath <vasudev@copyninja.info>
Sun, 15 Apr 2018 06:58:29 +0000 (12:28 +0530)
This test depends on emscripten built using fastcomp
a fork of LLVM and is not available in Debian.
Last-Update: 2017-12-05

Gbp-Pq: Name 2006_disable_wasm32_tests.patch

tests/build.rs

index b9b2c6d4cc7deebd64e52d105eb9dc2667b19c62..73e53be52d1cbc226d4a93aedd63f073eb31add8 100644 (file)
@@ -3553,7 +3553,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};