|
773 | 773 | --show_result=10 \
|
774 | 774 | --host_platform=@//target_skipping:foo2_bar1_platform \
|
775 | 775 | --platforms=@//target_skipping:foo2_bar1_platform \
|
| 776 | + --extra_execution_platforms= \ |
776 | 777 | //target_skipping:generated_test.cc &> "${TEST_log}" && fail "Bazel passed unexpectedly."
|
777 | 778 | expect_log "ERROR:.* Target //target_skipping:generated_test.cc is incompatible and cannot be built, but was explicitly requested"
|
778 | 779 |
|
|
787 | 788 | --show_result=10 \
|
788 | 789 | --host_platform=@//target_skipping:foo2_bar1_platform \
|
789 | 790 | --platforms=@//target_skipping:foo2_bar1_platform \
|
| 791 | + --extra_execution_platforms= \ |
790 | 792 | //target_skipping:generated_test &> "${TEST_log}" && fail "Bazel passed unexpectedly."
|
791 | 793 | expect_log 'ERROR:.* Target //target_skipping:generated_test is incompatible and cannot be built, but was explicitly requested'
|
792 | 794 |
|
|
835 | 837 | --show_result=10 \
|
836 | 838 | --host_platform=@//target_skipping:foo2_bar1_platform \
|
837 | 839 | --platforms=@//target_skipping:foo2_bar1_platform \
|
| 840 | + --extra_execution_platforms= \ |
838 | 841 | //target_skipping:generated_test &> "${TEST_log}" && fail "Bazel passed unexpectedly."
|
839 | 842 | expect_log 'ERROR:.* Target //target_skipping:generated_test is incompatible and cannot be built, but was explicitly requested'
|
840 | 843 |
|
@@ -1254,6 +1257,7 @@ EOF
|
1254 | 1257 | # violated.
|
1255 | 1258 | bazel build --host_platform=@//target_skipping:foo1_bar2_platform \
|
1256 | 1259 | --platforms=@//target_skipping:foo2_bar1_platform \
|
| 1260 | + --extra_execution_platforms= \ |
1257 | 1261 | //target_skipping:host_tool_message.txt &> "${TEST_log}" \
|
1258 | 1262 | || fail "Bazel failed unexpectedly."
|
1259 | 1263 | expect_log " ${PRODUCT_NAME}-bin/target_skipping/host_tool_message.txt$"
|
|
0 commit comments