Commit af97d98 1 parent e895ff0 commit af97d98 Copy full SHA for af97d98
File tree 2 files changed +34
-0
lines changed
2 files changed +34
-0
lines changed Original file line number Diff line number Diff line change @@ -197,6 +197,23 @@ tasks:
197
197
- " //tools/python/..."
198
198
# C++ coverage is not supported on macOS yet.
199
199
- " -//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"
200
217
include_json_profile :
201
218
- build
202
219
- test
Original file line number Diff line number Diff line change @@ -190,6 +190,23 @@ tasks:
190
190
- " -//src/java_tools/import_deps_checker/..."
191
191
# C++ coverage is not supported on macOS yet.
192
192
- " -//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"
193
210
windows :
194
211
shards : 4
195
212
batch_commands :
You can’t perform that action at this time.
0 commit comments