File tree Expand file tree Collapse file tree 2 files changed +34
-0
lines changed
Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Original file line number Diff line number Diff line change @@ -197,6 +197,23 @@ tasks:
197197 - " //tools/python/..."
198198 # C++ coverage is not supported on macOS yet.
199199 - " -//src/test/shell/bazel:bazel_cc_code_coverage_test"
200+ # https://github.com/bazelbuild/bazel/issues/16526
201+ - " -//src/test/shell/bazel:starlark_repository_test"
202+ # https://github.com/bazelbuild/bazel/issues/17407
203+ - " -//src/test/shell/bazel/apple:bazel_apple_test"
204+ # https://github.com/bazelbuild/bazel/issues/17408
205+ - " -//src/test/shell/bazel/apple:bazel_objc_test"
206+ # https://github.com/bazelbuild/bazel/issues/16526#issuecomment-1415858550
207+ - " -//src/test/shell/bazel:python_version_test"
208+ - " -//src/test/py/bazel:runfiles_test"
209+ - " -//src/test/shell/bazel/android:android_instrumentation_test_integration_test"
210+ - " -//src/test/shell/bazel/android:android_instrumentation_test_integration_test_with_head_android_tools"
211+ - " -//src/test/shell/bazel/android:android_instrumentation_test_integration_test_with_platforms"
212+ - " -//tools/python:pywrapper_test"
213+ # https://github.com/bazelbuild/bazel/issues/17410
214+ - " -//src/test/java/com/google/devtools/build/lib/platform:SystemMemoryPressureEventTest"
215+ # https://github.com/bazelbuild/bazel/issues/17411
216+ - " -//src/test/java/com/google/devtools/build/lib/blackbox/tests/workspace:PatchApiBlackBoxTest"
200217 include_json_profile :
201218 - build
202219 - test
Original file line number Diff line number Diff line change @@ -190,6 +190,23 @@ tasks:
190190 - " -//src/java_tools/import_deps_checker/..."
191191 # C++ coverage is not supported on macOS yet.
192192 - " -//src/test/shell/bazel:bazel_cc_code_coverage_test"
193+ # https://github.com/bazelbuild/bazel/issues/16526
194+ - " -//src/test/shell/bazel:starlark_repository_test"
195+ # https://github.com/bazelbuild/bazel/issues/17407
196+ - " -//src/test/shell/bazel/apple:bazel_apple_test"
197+ # https://github.com/bazelbuild/bazel/issues/17408
198+ - " -//src/test/shell/bazel/apple:bazel_objc_test"
199+ # https://github.com/bazelbuild/bazel/issues/16526#issuecomment-1415858550
200+ - " -//src/test/shell/bazel:python_version_test"
201+ - " -//src/test/py/bazel:runfiles_test"
202+ - " -//src/test/shell/bazel/android:android_instrumentation_test_integration_test"
203+ - " -//src/test/shell/bazel/android:android_instrumentation_test_integration_test_with_head_android_tools"
204+ - " -//src/test/shell/bazel/android:android_instrumentation_test_integration_test_with_platforms"
205+ - " -//tools/python:pywrapper_test"
206+ # https://github.com/bazelbuild/bazel/issues/17410
207+ - " -//src/test/java/com/google/devtools/build/lib/platform:SystemMemoryPressureEventTest"
208+ # https://github.com/bazelbuild/bazel/issues/17411
209+ - " -//src/test/java/com/google/devtools/build/lib/blackbox/tests/workspace:PatchApiBlackBoxTest"
193210 windows :
194211 shards : 4
195212 batch_commands :
You can’t perform that action at this time.
0 commit comments