From: Vasudev Kamath Date: Thu, 22 Mar 2018 14:38:17 +0000 (+0530) Subject: Disable wasm32_final_outputs test X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2^2~1^2~1^2^2^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8d3150e46e19a84506e8da2a46398ab98c028380;p=cargo.git Disable wasm32_final_outputs test 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 --- diff --git a/tests/build.rs b/tests/build.rs index b9b2c6d4c..73e53be52 100644 --- a/tests/build.rs +++ b/tests/build.rs @@ -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};