Chromium Code Reviews| Index: tools/testing/dart/test_runner.dart |
| diff --git a/tools/testing/dart/test_runner.dart b/tools/testing/dart/test_runner.dart |
| index a05382368da40955578afde0031cda7f831fa209..24ec00b4fde7016d2198207b074f83c693499142 100644 |
| --- a/tools/testing/dart/test_runner.dart |
| +++ b/tools/testing/dart/test_runner.dart |
| @@ -2105,6 +2105,10 @@ class RunningProcess { |
| environment.remove(excludedEnvironmentVariable); |
| } |
| + // TODO(terry): Needed for roll 50? |
|
Jacob
2017/05/11 04:22:06
is this really needed?
|
| + environment["GLIBCPP_FORCE_NEW"] = "1"; |
| + environment["GLIBCXX_FORCE_NEW"] = "1"; |
| + |
| return environment; |
| } |
| } |