We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 007f981 commit dff2489Copy full SHA for dff2489
src/bootstrap/mk/Makefile.in
@@ -101,9 +101,9 @@ prepare:
101
102
# this intentionally doesn't use `$(BOOTSTRAP)` so we can test the shebang on Windows
103
ci-msvc-py:
104
- $(Q)$(CFG_SRC_DIR)/x.py test --stage 2 tidy
+ $(Q)$(CFG_SRC_DIR)/x.py test --stage 2 tidy --skip tests/ui/traits/fn-pointer/bare-fn-no-impl-fn-ptr-99875.rs
105
ci-msvc-ps1:
106
- $(Q)$(CFG_SRC_DIR)/x.ps1 test --stage 2 --skip tidy
+ $(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
107
ci-msvc: ci-msvc-py ci-msvc-ps1
108
109
## MingW native builders
0 commit comments