Skip to content

Commit

Permalink
enable asan, tsan, and ubsan because they work on the new 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 0766c89
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/ios_application_clang_rt_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ EOF
}

# Tests that ASAN libraries and packaged into the IPA when enabled.
function disabled_test_asan_bundle() { # Blocked on b/73547309
function test_asan_bundle() {
create_common_files
create_minimal_ios_application

Expand All @@ -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 All @@ -105,7 +105,7 @@ function disabled_test_tsan_bundle() { # Blocked on b/73547309
fi
}

function disabled_test_ubsan_bundle() { # Blocked on b/73547309
function test_ubsan_bundle() {
create_common_files
create_minimal_ios_application

Expand Down

0 comments on commit 0766c89

Please sign in to comment.