Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(311)

Unified Diff: tools/testing/dart/test_runner.dart

Issue 2875773003: Roll 50: Updated for push to origin/master. (Closed)
Patch Set: Roll 50: Updated to latest Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/dom/templates/html/impl/impl_TouchEvent.darttemplate ('k') | tools/testing/dart/test_suite.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
}
}
« no previous file with comments | « tools/dom/templates/html/impl/impl_TouchEvent.darttemplate ('k') | tools/testing/dart/test_suite.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698