Skip to content

Commit 15e277a

Browse files
committed
Revert "Disable proc macro tests for tvOS and watchOS"
This reverts commit 3244bc9. This can be reenabled as rust-lang/cargo#14735 was fixed via rust-lang/cargo#14850
1 parent b48df5b commit 15e277a

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.travis.apple-third-tier.sh

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,14 @@ tests_sequence_unstable_target() {
2525
# There's something odd with using the .cargo/config runner attribute and
2626
# workspaces when the runner uses `cargo run --manifest-path ../Cargo.toml
2727
# --bin cargo-dinghy ...`
28-
# TODO 2024/11/18 adding explict `--workspace --exclude test-proc-macro` to the cargo commands here
29-
# TODO as a workaround for https://github.com/rust-lang/cargo/issues/14735 this should be removed when the issue
30-
# TODO is resolved
3128
title "testing from project directory for rust target $1 on device $2"
3229
title "testing from workspace directory"
3330
( \
3431
cd test-ws \
3532
&& cargo clean \
36-
&& $CARGO_DINGHY -d $1 -p $2 +nightly test --workspace --exclude test-proc-macro -Zbuild-std pass \
37-
&& ! $CARGO_DINGHY -d $1 -p $2 +nightly test --workspace --exclude test-proc-macro -Zbuild-std fails \
38-
&& ! $CARGO_DINGHY -d $1 -p $2 +nightly test --workspace --exclude test-proc-macro -Zbuild-std \
33+
&& $CARGO_DINGHY -d $1 -p $2 +nightly test -Zbuild-std pass \
34+
&& ! $CARGO_DINGHY -d $1 -p $2 +nightly test -Zbuild-std fails \
35+
&& ! $CARGO_DINGHY -d $1 -p $2 +nightly test -Zbuild-std \
3936
)
4037

4138
title "testing from project directory"

0 commit comments

Comments
 (0)