Skip to content

Commit

Permalink
enable asan, tsan, and ubsan because they work on the Skylark crosstool.
Browse files Browse the repository at this point in the history
bazelbuild/bazel#5380

RELNOTES: None
PiperOrigin-RevId: 262913436
  • Loading branch information
gabebear authored and swiple-rules-gardener committed Aug 12, 2019
1 parent c6d0b2c commit 02156a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ios_application_clang_rt_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ function disabled_test_asan_bundle() { # Blocked on b/73547309
fi
}

function disabled_test_tsan_bundle() { # Blocked on b/73547309
function test_tsan_bundle() {
# Skip the device version as tsan is not supported on devices.
if ! is_device_build ios ; then
create_common_files
Expand Down

0 comments on commit 02156a8

Please sign in to comment.