[test] Disable TSAN thread leak detection for more tests that call exit.
Cf. cee7000c1a.
TEST=tsan
Bug: https://github.com/dart-lang/sdk/issues/62405
Change-Id: I03d6bd34e57c249f0e62ae87179614b9871e0436
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/474483
Reviewed-by: Alexander Aprelev <aam@google.com>
Commit-Queue: Ryan Macnak <rmacnak@google.com>
This commit is contained in:
committed by
Commit Queue
parent
5bc518af81
commit
97a00247f8
@@ -2,6 +2,8 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
// Environment=TSAN_OPTIONS=report_thread_leaks=0
|
||||
|
||||
import "dart:isolate";
|
||||
import "dart:io";
|
||||
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
// Environment=TSAN_OPTIONS=report_thread_leaks=0
|
||||
|
||||
import "dart:isolate";
|
||||
import "dart:io";
|
||||
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
// Environment=TSAN_OPTIONS=report_thread_leaks=0
|
||||
|
||||
import "dart:io";
|
||||
import "dart:isolate";
|
||||
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
// Environment=TSAN_OPTIONS=report_thread_leaks=0
|
||||
|
||||
import 'dart:async';
|
||||
import 'dart:io';
|
||||
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
// OtherResources=process_sync_script.dart
|
||||
// Environment=TSAN_OPTIONS=report_thread_leaks=0
|
||||
|
||||
import "dart:io";
|
||||
import "package:expect/expect.dart";
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
// OtherResources=regress_7191_script.dart
|
||||
// Environment=TSAN_OPTIONS=report_thread_leaks=0
|
||||
|
||||
// Regression test for http://dartbug.com/7191.
|
||||
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
// Environment=TSAN_OPTIONS=report_thread_leaks=0
|
||||
|
||||
import "dart:io";
|
||||
import "dart:async";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user