From: Vasudev Kamath Date: Fri, 9 Mar 2018 15:39:38 +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~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=66ca5ebd0a6af48e42618a6340f0434f12e04236;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};