Skip to content

Commit 9491f18

Browse files
committed
Auto merge of #72053 - Mark-Simulacrum:32bitcheck, r=pietroalbini
Test UI tests for pass=check I'm going to just compare the builder times since I wasn't able to get this working nicely locally (hit some obscure linker error). Fixes part of #69823
2 parents f781bab + 562e015 commit 9491f18

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/ci/docker/x86_64-gnu-llvm-8/Dockerfile

+9
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,15 @@ ENV SCRIPT python2.7 ../x.py test --exclude src/tools/tidy && \
4545
# (we're only interested in the MIR output, so this doesn't matter)
4646
python2.7 ../x.py test src/test/mir-opt --pass=build \
4747
--target=armv5te-unknown-linux-gnueabi && \
48+
# Run the UI test suite again, but in `--pass=check` mode
49+
#
50+
# This is intended to make sure that both `--pass=check` continues to
51+
# work.
52+
#
53+
# FIXME: We ideally want to test this in 32-bit mode, but currently
54+
# (due to the LLVM problems mentioned above) that isn't readily
55+
# possible.
56+
python2.7 ../x.py test src/test/ui --pass=check && \
4857
# Run tidy at the very end, after all the other tests.
4958
python2.7 ../x.py test src/tools/tidy
5059

0 commit comments

Comments
 (0)