Skip to content

Commit 68362d0

Browse files
comiuscopybara-github
authored andcommitted
Internal change
PiperOrigin-RevId: 586985384 Change-Id: I276cfc8210f35ee000414ce69577958b8f98a938
1 parent 5af646c commit 68362d0

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

src/test/shell/integration/target_compatible_with_test.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -773,6 +773,7 @@ EOF
773773
--show_result=10 \
774774
--host_platform=@//target_skipping:foo2_bar1_platform \
775775
--platforms=@//target_skipping:foo2_bar1_platform \
776+
--extra_execution_platforms= \
776777
//target_skipping:generated_test.cc &> "${TEST_log}" && fail "Bazel passed unexpectedly."
777778
expect_log "ERROR:.* Target //target_skipping:generated_test.cc is incompatible and cannot be built, but was explicitly requested"
778779

@@ -787,6 +788,7 @@ EOF
787788
--show_result=10 \
788789
--host_platform=@//target_skipping:foo2_bar1_platform \
789790
--platforms=@//target_skipping:foo2_bar1_platform \
791+
--extra_execution_platforms= \
790792
//target_skipping:generated_test &> "${TEST_log}" && fail "Bazel passed unexpectedly."
791793
expect_log 'ERROR:.* Target //target_skipping:generated_test is incompatible and cannot be built, but was explicitly requested'
792794

@@ -835,6 +837,7 @@ EOF
835837
--show_result=10 \
836838
--host_platform=@//target_skipping:foo2_bar1_platform \
837839
--platforms=@//target_skipping:foo2_bar1_platform \
840+
--extra_execution_platforms= \
838841
//target_skipping:generated_test &> "${TEST_log}" && fail "Bazel passed unexpectedly."
839842
expect_log 'ERROR:.* Target //target_skipping:generated_test is incompatible and cannot be built, but was explicitly requested'
840843

@@ -1254,6 +1257,7 @@ EOF
12541257
# violated.
12551258
bazel build --host_platform=@//target_skipping:foo1_bar2_platform \
12561259
--platforms=@//target_skipping:foo2_bar1_platform \
1260+
--extra_execution_platforms= \
12571261
//target_skipping:host_tool_message.txt &> "${TEST_log}" \
12581262
|| fail "Bazel failed unexpectedly."
12591263
expect_log " ${PRODUCT_NAME}-bin/target_skipping/host_tool_message.txt$"

src/test/shell/integration/toolchain_transition_test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,7 @@ EOF
422422
bazel build \
423423
--platforms="//${pkg}/platform:target" \
424424
--host_platform="//${pkg}/platform:host" \
425+
--extra_execution_platforms= \
425426
"//${pkg}:sample" &> $TEST_log || fail "Build failed"
426427

427428
# Verify contents of sample.log.

0 commit comments

Comments
 (0)