diff options
Diffstat (limited to 'test')
| -rwxr-xr-x | test/etc/run-test-jar | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/etc/run-test-jar b/test/etc/run-test-jar index a89fe5b0d4..ca52a996ac 100755 --- a/test/etc/run-test-jar +++ b/test/etc/run-test-jar @@ -668,12 +668,6 @@ profman_cmdline=$(echo $profman_cmdline) # Note: this is required as envsetup right now exports detect_leaks=0. RUN_TEST_ASAN_OPTIONS="" -# JVMTI has a mismatch of malloc with delete. b/38322765 -if [ "x$RUN_TEST_ASAN_OPTIONS" != "x" ] ; then - RUN_TEST_ASAN_OPTIONS="${RUN_TEST_ASAN_OPTIONS}:" -fi -RUN_TEST_ASAN_OPTIONS="${RUN_TEST_ASAN_OPTIONS}alloc_dealloc_mismatch=0" - # Multiple shutdown leaks. b/38341789 if [ "x$RUN_TEST_ASAN_OPTIONS" != "x" ] ; then RUN_TEST_ASAN_OPTIONS="${RUN_TEST_ASAN_OPTIONS}:" |