[test] Skip slow test in novfp3 mode.
authormachenbach <machenbach@chromium.org>
Tue, 28 Jul 2015 09:54:04 +0000 (02:54 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 28 Jul 2015 09:54:14 +0000 (09:54 +0000)
TBR=yangguo@chromium.org
NOTRY=true

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

Cr-Commit-Position: refs/heads/master@{#29894}

test/cctest/cctest.status

index 68c570e..68bdac9 100644 (file)
 }],  # ALWAYS
 
 ##############################################################################
+['novfp3 == True', {
+  # TODO(yangguo): Got very slow after 3069c43.
+  'test-debug/DebugBreakLoop': [SKIP],
+}],  # novfp3 == True
+
+##############################################################################
 ['arch == arm64', {
 
   'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL],