Commit 90a297a8 authored by Dmitry Lomov's avatar Dmitry Lomov

Ignore tests that fail on nosnap apparently for infa reasons.

TBR=arv@chromium.org
BUG=v8:3744
LOG=N
NOTRY=true

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

Cr-Commit-Position: refs/heads/master@{#25716}
parent 243764b0
......@@ -30,4 +30,9 @@
# All tests in the bug directory are expected to fail.
'bugs/*': [FAIL],
}], # ALWAYS
['no_snap == True', {
# BUG(3744)
'super-constructor': [PASS,FAIL],
'super-constructor-extra-statement': [PASS,FAIL],
}],
]
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