projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b567cb
)
Disable wasm32_final_outputs test
author
Vasudev Kamath
<vasudev@copyninja.info>
Sun, 15 Apr 2018 06:58:29 +0000
(12:28 +0530)
committer
Vasudev 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
patch
|
blob
|
history
diff --git
a/tests/build.rs
b/tests/build.rs
index b9b2c6d4cc7deebd64e52d105eb9dc2667b19c62..73e53be52d1cbc226d4a93aedd63f073eb31add8 100644
(file)
--- 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};