| commit | 02c4bdf58a488fe7d11f8b6998458fd9351e68be | [log] [tgz] |
|---|---|---|
| author | Chinmay Garde <chinmaygarde@google.com> | Wed Oct 09 18:12:57 2019 -0700 |
| committer | GitHub <noreply@github.com> | Wed Oct 09 18:12:57 2019 -0700 |
| tree | e631a4adf7d4be1052c8a23ef80aa15e3b9b00cd | |
| parent | eb7abf28e4390c4290ddc9ad2e017e8372b3ca69 [diff] |
Ignore thread leaks from Dart VM in tsan instrumented builds. (#13049)
diff --git a/testing/tsan_suppressions.txt b/testing/tsan_suppressions.txt index 6d09bbe..dd4b715 100644 --- a/testing/tsan_suppressions.txt +++ b/testing/tsan_suppressions.txt
@@ -3,6 +3,7 @@ # We don't care about errors from the Dart VM. race:dart::* +thread:dart::* # Data race on animator begin frame when the engine is shutting down. # https://github.com/flutter/flutter/issues/42190