Commit 28634e57 authored by mstarzinger's avatar mstarzinger Committed by Commit bot

[testing] Extend interpreter testing to message suite.

This also runs the message test suite against Ignition. By now most of
the source positions (and exception messages) are accurate, the failing
ones have been blacklisted.

R=machenbach@chromium.org

Review URL: https://codereview.chromium.org/1783773003

Cr-Commit-Position: refs/heads/master@{#34708}
parent 1b67e9c8
......@@ -10,5 +10,6 @@
'includes': [
'cctest/cctest.isolate',
'mjsunit/mjsunit.isolate',
'message/message.isolate',
],
}
......@@ -30,4 +30,15 @@
# All tests in the bug directory are expected to fail.
'bugs/*': [FAIL],
}], # ALWAYS
['ignition == True', {
# TODO(4680): Some source positions are off with Ignition.
'default-parameter-tdz': [SKIP],
'default-parameter-tdz-arrow': [SKIP],
'destructuring-modify-const': [SKIP],
'instanceof': [SKIP],
'overwritten-builtins': [SKIP],
'regress/regress-1527': [SKIP],
'regress/regress-3995': [SKIP],
'replacement-marker-as-argument': [SKIP],
}], # ignition == True
]
......@@ -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": [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment