Skip to content

Commit a0bd381

Browse files
committed
test-various: run codegen and assembly tests
1 parent 211946c commit a0bd381

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

src/ci/docker/host-x86_64/test-various/Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ ENV WASM_SCRIPT python3 /checkout/x.py --stage 2 test --host='' --target $WASM_T
5858
tests/ui \
5959
tests/mir-opt \
6060
tests/codegen-units \
61+
tests/codegen \
62+
tests/assembly \
6163
library/core
6264

6365
ENV NVPTX_TARGETS=nvptx64-nvidia-cuda

tests/assembly/stack-protector/stack-protector-heuristics-effect.rs

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// ignore-macos slightly different policy on stack protection of arrays
44
// ignore-windows stack check code uses different function names
55
// ignore-nvptx64 stack protector is not supported
6+
// ignore-wasm32-bare
67
// [all] compile-flags: -Z stack-protector=all
78
// [strong] compile-flags: -Z stack-protector=strong
89
// [basic] compile-flags: -Z stack-protector=basic

tests/codegen/repr-transparent-aggregates-1.rs

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
// ignore-s390x
1212
// ignore-windows
1313
// ignore-loongarch64
14+
// ignore-wasm32-bare
1415
// See repr-transparent.rs
1516

1617
#![feature(transparent_unions)]

0 commit comments

Comments
 (0)