File tree 1 file changed +12
-6
lines changed
src/doc/rustc/src/platform-support
1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -675,12 +675,18 @@ run the tests on our emulator. To run the full `src/test/ui` test suite:
675
675
test src/test/ui \
676
676
--target x86_64-fuchsia \
677
677
--run=always --jobs 1 \
678
- --test-args --target-rustcflags -L \
679
- --test-args --target-rustcflags ${SDK_PATH} /arch/{x64| arm64}/sysroot/lib \
680
- --test-args --target-rustcflags -L \
681
- --test-args --target-rustcflags ${SDK_PATH} /arch/{x64| arm64}/lib \
682
- --test-args --target-rustcflags -Cpanic=abort \
683
- --test-args --target-rustcflags -Zpanic_abort_tests \
678
+ --test-args --target-rustcflags \
679
+ --test-args -L \
680
+ --test-args --target-rustcflags \
681
+ --test-args ${SDK_PATH} /arch/{x64| arm64}/sysroot/lib \
682
+ --test-args --target-rustcflags \
683
+ --test-args -L \
684
+ --test-args --target-rustcflags \
685
+ --test-args ${SDK_PATH} /arch/{x64| arm64}/lib \
686
+ --test-args --target-rustcflags \
687
+ --test-args -Cpanic=abort \
688
+ --test-args --target-rustcflags \
689
+ --test-args -Zpanic_abort_tests \
684
690
--test-args --remote-test-client \
685
691
--test-args src/ci/docker/scripts/fuchsia-test-runner.py \
686
692
)
You can’t perform that action at this time.
0 commit comments