about summary refs log tree commit diff
path: root/tests/assembly/stack-protector
diff options
context:
space:
mode:
authorJan-Mirko Otter <janmirko.otter@googlemail.com>2023-07-01 21:52:39 +0200
committerJan-Mirko Otter <janmirko.otter@googlemail.com>2023-07-02 02:22:22 +0200
commita0bd38105268ef5b6664e39acfaefc2c384c1634 (patch)
tree110a1b88508dec90a643b9299948c38354b661d4 /tests/assembly/stack-protector
parent211946c3574395d7a8a6b50c32094b548a377d0c (diff)
downloadrust-a0bd38105268ef5b6664e39acfaefc2c384c1634.tar.gz
rust-a0bd38105268ef5b6664e39acfaefc2c384c1634.zip
test-various: run codegen and assembly tests
Diffstat (limited to 'tests/assembly/stack-protector')
-rw-r--r--tests/assembly/stack-protector/stack-protector-heuristics-effect.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/assembly/stack-protector/stack-protector-heuristics-effect.rs b/tests/assembly/stack-protector/stack-protector-heuristics-effect.rs
index 011a253c6ff..a7c9e4845c7 100644
--- a/tests/assembly/stack-protector/stack-protector-heuristics-effect.rs
+++ b/tests/assembly/stack-protector/stack-protector-heuristics-effect.rs
@@ -3,6 +3,7 @@
 // ignore-macos slightly different policy on stack protection of arrays
 // ignore-windows stack check code uses different function names
 // ignore-nvptx64 stack protector is not supported
+// ignore-wasm32-bare
 // [all] compile-flags: -Z stack-protector=all
 // [strong] compile-flags: -Z stack-protector=strong
 // [basic] compile-flags: -Z stack-protector=basic