Skip to content

Commit 9a164ff

Browse files
committedMay 7, 2020
Skip tests on emscripten
1 parent 82cb88b commit 9a164ff

File tree

114 files changed

+118
-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.

114 files changed

+118
-0
lines changed
 

‎src/test/ui/array-slice-vec/bounds-check-no-overflow.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// run-fail
22
// error-pattern:index out of bounds
3+
// ignore-emscripten no processes
34

45
use std::usize;
56
use std::mem::size_of;

‎src/test/ui/array-slice-vec/dst-raw-slice.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
// run-fail
44
// error-pattern:index out of bounds
5+
// ignore-emscripten no processes
6+
57
#[allow(unconditional_panic)]
68
fn main() {
79
let a: *const [_] = &[1, 2, 3];

0 commit comments

Comments
 (0)
Please sign in to comment.