Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(18)

Unified Diff: test/test262-es6/test262-es6.status

Issue 1184923003: Skip slow tests in non debug too (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/test262-es6/test262-es6.status
diff --git a/test/test262-es6/test262-es6.status b/test/test262-es6/test262-es6.status
index baf7b55ea47205fa3c939593156fbfe31d549842..84ebc8270e1cd8d4725e649d8d68276d61dd317b 100644
--- a/test/test262-es6/test262-es6.status
+++ b/test/test262-es6/test262-es6.status
@@ -598,19 +598,20 @@
############################ SKIPPED TESTS #############################
- # These tests take a looong time to run in debug mode.
- 'built-ins/decodeURI/S15.1.3.1_A1.11_T1': [PASS, ['mode == debug', SKIP]],
- 'built-ins/decodeURI/S15.1.3.1_A1.11_T2': [PASS, ['mode == debug', SKIP]],
- 'built-ins/decodeURI/S15.1.3.1_A1.12_T1': [PASS, ['mode == debug', SKIP]],
- 'built-ins/decodeURI/S15.1.3.1_A1.12_T2': [PASS, ['mode == debug', SKIP]],
- 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [PASS, ['mode == debug', SKIP]],
- 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [PASS, ['mode == debug', SKIP]],
- 'built-ins/RegExp/S15.10.2.12_A3_T1': [PASS, ['mode == debug', SKIP]],
- 'intl402/9.2.6_4_b': [PASS, ['mode == debug', SKIP]],
- 'language/literals/regexp/S7.8.5_A1.1_T2': [PASS, ['mode == debug', SKIP]],
- 'language/literals/regexp/S7.8.5_A1.4_T2': [PASS, ['mode == debug', SKIP]],
- 'language/literals/regexp/S7.8.5_A2.1_T2': [PASS, ['mode == debug', SKIP]],
- 'language/literals/regexp/S7.8.5_A2.4_T2': [PASS, ['mode == debug', SKIP]],
+ # These tests take a looong time to run.
+ 'built-ins/decodeURI/S15.1.3.1_A1.10_T1': [SKIP],
+ 'built-ins/decodeURI/S15.1.3.1_A1.11_T1': [SKIP],
+ 'built-ins/decodeURI/S15.1.3.1_A1.11_T2': [SKIP],
+ 'built-ins/decodeURI/S15.1.3.1_A1.12_T1': [SKIP],
+ 'built-ins/decodeURI/S15.1.3.1_A1.12_T2': [SKIP],
+ 'built-ins/decodeURIComponent/S15.1.3.2_A1.11_T1': [SKIP],
+ 'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T1': [SKIP],
+ 'built-ins/RegExp/S15.10.2.12_A3_T1': [SKIP],
+ 'intl402/9.2.6_4_b': [SKIP],
+ 'language/literals/regexp/S7.8.5_A1.1_T2': [SKIP],
+ 'language/literals/regexp/S7.8.5_A1.4_T2': [SKIP],
+ 'language/literals/regexp/S7.8.5_A2.1_T2': [SKIP],
+ 'language/literals/regexp/S7.8.5_A2.4_T2': [SKIP],
'language/statements/const/syntax/const-invalid-assignment-next-expression-for': [PASS, ['mode == debug', SKIP], ['sloppy', SKIP]],
}], # ALWAYS
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698