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

Unified Diff: tools/run-tests.py

Issue 1783773003: [testing] Extend interpreter testing to message suite. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@local_interpreter-fix-throw-position
Patch Set: Rebased. Created 4 years, 9 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
« test/message/message.status ('K') | « test/message/message.status ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/run-tests.py
diff --git a/tools/run-tests.py b/tools/run-tests.py
index b492d679af99eb03935a4613a1c2290aa135e7c1..fd5c46f01f4bd562a181100f3daede90a709b4ab 100755
--- a/tools/run-tests.py
+++ b/tools/run-tests.py
@@ -85,6 +85,7 @@ TEST_MAP = {
"ignition": [
"mjsunit",
"cctest",
+ "message",
],
# This needs to stay in sync with test/optimize_for_size.isolate.
"optimize_for_size": [
« test/message/message.status ('K') | « test/message/message.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698