projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
762e3bf
)
Disable wasm32_final_outputs test
author
Vasudev Kamath
<vasudev@copyninja.info>
Sat, 27 Jan 2018 09:41:06 +0000
(15:11 +0530)
committer
Ximin 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
patch
|
blob
|
history
diff --git
a/tests/build.rs
b/tests/build.rs
index 523e42d913077ec53e266f23e7954116f1bae604..0a2c25ee4585dc838ef01254b90c3441fe0c6d45 100644
(file)
--- a/
tests/build.rs
+++ b/
tests/build.rs
@@
-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};