Skip to content

Commit c69e0c2

Browse files
committed
Move fail tests that need dependencies into their own folder, so that wasm tests don't build dependencies
1 parent 32c2ed7 commit c69e0c2

File tree

97 files changed

+6
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+6
-0
lines changed

src/tools/miri/tests/compiletest.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,12 @@ fn main() -> Result<()> {
243243
Mode::Fail { require_patterns: true, rustfix: false },
244244
"tests/fail",
245245
&target,
246+
WithoutDependencies,
247+
)?;
248+
ui(
249+
Mode::Fail { require_patterns: true, rustfix: false },
250+
"tests/fail-dep",
251+
&target,
246252
WithDependencies,
247253
)?;
248254
if cfg!(target_os = "linux") {

0 commit comments

Comments
 (0)