Skip to content

Commit dff2489

Browse files
committed
[DO NOT MERGE] skip a ui test due to compiletest path normalization bug
1 parent 007f981 commit dff2489

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bootstrap/mk/Makefile.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,9 @@ prepare:
101101

102102
# this intentionally doesn't use `$(BOOTSTRAP)` so we can test the shebang on Windows
103103
ci-msvc-py:
104-
$(Q)$(CFG_SRC_DIR)/x.py test --stage 2 tidy
104+
$(Q)$(CFG_SRC_DIR)/x.py test --stage 2 tidy --skip tests/ui/traits/fn-pointer/bare-fn-no-impl-fn-ptr-99875.rs
105105
ci-msvc-ps1:
106-
$(Q)$(CFG_SRC_DIR)/x.ps1 test --stage 2 --skip tidy
106+
$(Q)$(CFG_SRC_DIR)/x.ps1 test --stage 2 --skip tidy --skip tests/ui/traits/fn-pointer/bare-fn-no-impl-fn-ptr-99875.rs
107107
ci-msvc: ci-msvc-py ci-msvc-ps1
108108

109109
## MingW native builders

0 commit comments

Comments
 (0)