Skip to content

Commit

Permalink
ignore test on wasm32
Browse files Browse the repository at this point in the history
A fix applied to std::Path::hash triggers a miscompilation/assert in LLVM in this test on wasm32.
The miscompilation appears to pre-existing. Reverting some previous changes done std::Path also trigger it
and slight modifications such as changing the test path from "a" to "ccccccccccc" also make it pass, indicating
it's very flaky.
Since the fix is for a higher-tier platform than wasm it takes precedence.
  • Loading branch information
the8472 committed Feb 12, 2022
1 parent 45082b0 commit 1d21ce7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/ui/issues/issue-23036.rs
@@ -1,4 +1,5 @@
// run-pass
// ignore-wasm32-bare FIXME(#93923) llvm miscompilation

use std::collections::HashMap;
use std::path::Path;
Expand Down

0 comments on commit 1d21ce7

Please sign in to comment.