[test] Skip slow test on no18n bot.
authormachenbach <machenbach@chromium.org>
Mon, 31 Aug 2015 11:14:57 +0000 (04:14 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 31 Aug 2015 11:15:10 +0000 (11:15 +0000)
TBR=hablich@chromium.org
NOTRY=true

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

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

test/mjsunit/mjsunit.status

index 508185d..3c55cdb 100644 (file)
 }],  # 'gc_stress == True'
 
 ##############################################################################
+['no_i18n == True and mode == debug', {
+  # Tests too slow for no18n debug.
+  'regress/regress-1200351': [SKIP],
+}],  # 'no_i18n == True and mode == debug'
+
+##############################################################################
 ['byteorder == big', {
   # Emscripten requires little-endian, skip all tests on big endian platforms.
   'asm/embenchen/*': [SKIP],