From da1f8d6399285b5ef020ab872ea392afd0e8c148 Mon Sep 17 00:00:00 2001 From: titzer Date: Mon, 27 Apr 2015 04:18:41 -0700 Subject: [PATCH] Disable test-run-jsexceptions for nosnap builds. R=mstarzinger@chromium.org BUG= Review URL: https://codereview.chromium.org/1105043002 Cr-Commit-Position: refs/heads/master@{#28069} --- test/cctest/cctest.status | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status index 2fcf8a5..4969da8 100644 --- a/test/cctest/cctest.status +++ b/test/cctest/cctest.status @@ -94,6 +94,9 @@ ############################################################################## # TurboFan compiler failures. + # TODO(mstarzinger): control edges are messed up in exception tests. + 'test-run-jsexceptions/*': [PASS, NO_VARIANTS], + # Some tests are just too slow to run for now. 'test-api/Threading*': [PASS, NO_VARIANTS], 'test-heap/IncrementalMarkingStepMakesBigProgressWithLargeObjects': [PASS, NO_VARIANTS], -- 2.7.4