Commit 75df563b authored by ricow@chromium.org's avatar ricow@chromium.org

Simplify exceptions for ecma/Date/15.9.5.10-2 in mozilla.status

We had a large number of different exceptions for this test in the
mozilla.status file - changing this to only one exception where we
allow fail and timeout in debug mode.

Review URL: http://codereview.chromium.org/6286143

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@6656 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 247beac2
...@@ -110,7 +110,7 @@ ecma_3/RegExp/regress-209067: PASS || FAIL if $mode == debug ...@@ -110,7 +110,7 @@ ecma_3/RegExp/regress-209067: PASS || FAIL if $mode == debug
js1_5/GC/regress-278725: PASS || FAIL if $mode == debug js1_5/GC/regress-278725: PASS || FAIL if $mode == debug
# http://b/issue?id=1206983 # http://b/issue?id=1206983
js1_5/Regress/regress-367561-03: PASS || FAIL if $mode == debug js1_5/Regress/regress-367561-03: PASS || FAIL if $mode == debug
ecma/Date/15.9.5.10-2: PASS || FAIL if $mode == debug ecma/Date/15.9.5.10-2: PASS || (FAIL || TIMEOUT if $mode == debug)
# These tests create two Date objects just after each other and # These tests create two Date objects just after each other and
# expects them to match. Sometimes this happens on the border # expects them to match. Sometimes this happens on the border
...@@ -169,7 +169,6 @@ js1_5/Regress/regress-416628: PASS || FAIL || TIMEOUT if $mode == debug ...@@ -169,7 +169,6 @@ js1_5/Regress/regress-416628: PASS || FAIL || TIMEOUT if $mode == debug
# In Denmark the adjustment starts one week earlier!. # In Denmark the adjustment starts one week earlier!.
# Tests based on shell that use dates in this gap are flaky. # Tests based on shell that use dates in this gap are flaky.
ecma/Date/15.9.5.10-1: PASS || FAIL ecma/Date/15.9.5.10-1: PASS || FAIL
ecma/Date/15.9.5.10-2: PASS || TIMEOUT if ($arch == arm && $mode == debug)
ecma/Date/15.9.5.12-1: PASS || FAIL ecma/Date/15.9.5.12-1: PASS || FAIL
ecma/Date/15.9.5.14: PASS || FAIL ecma/Date/15.9.5.14: PASS || FAIL
ecma/Date/15.9.5.34-1: PASS || FAIL ecma/Date/15.9.5.34-1: PASS || FAIL
...@@ -821,20 +820,16 @@ js1_5/Regress/regress-271716-n: PASS || SKIP if $FAST == yes ...@@ -821,20 +820,16 @@ js1_5/Regress/regress-271716-n: PASS || SKIP if $FAST == yes
js1_5/extensions/regress-342960: SKIP js1_5/extensions/regress-342960: SKIP
# BUG(3251229): Times out when running new crankshaft test script. # BUG(3251229): Times out when running new crankshaft test script.
ecma/Date/15.9.5.12-2: SKIP
ecma/Date/15.9.5.11-2: SKIP
ecma/Date/15.9.5.10-2: SKIP
ecma/Date/15.9.5.8: SKIP
ecma_3/RegExp/regress-311414: SKIP ecma_3/RegExp/regress-311414: SKIP
js1_5/Array/regress-99120-02: SKIP
js1_5/Regress/regress-203278-1: SKIP
ecma/Date/15.9.5.8: SKIP ecma/Date/15.9.5.8: SKIP
ecma/Date/15.9.5.10-2: SKIP
ecma/Date/15.9.5.11-2: SKIP ecma/Date/15.9.5.11-2: SKIP
ecma/Date/15.9.5.12-2: SKIP ecma/Date/15.9.5.12-2: SKIP
js1_5/Array/regress-99120-02: SKIP
js1_5/extensions/regress-371636: SKIP
js1_5/Regress/regress-203278-1: SKIP
js1_5/Regress/regress-404755: SKIP js1_5/Regress/regress-404755: SKIP
js1_5/Regress/regress-451322: SKIP js1_5/Regress/regress-451322: SKIP
js1_5/extensions/regress-371636: SKIP
# BUG(1040): Allow this test to timeout. # BUG(1040): Allow this test to timeout.
js1_5/GC/regress-203278-2: PASS || TIMEOUT js1_5/GC/regress-203278-2: PASS || TIMEOUT
...@@ -865,7 +860,6 @@ ecma/Date/15.9.5.20: SKIP ...@@ -865,7 +860,6 @@ ecma/Date/15.9.5.20: SKIP
ecma/Date/15.9.5.12-2: SKIP ecma/Date/15.9.5.12-2: SKIP
ecma/Date/15.9.5.8: SKIP ecma/Date/15.9.5.8: SKIP
ecma/Date/15.9.5.9: SKIP ecma/Date/15.9.5.9: SKIP
ecma/Date/15.9.5.10-2: SKIP
ecma/Date/15.9.5.11-2: SKIP ecma/Date/15.9.5.11-2: SKIP
ecma/Expressions/11.7.2: SKIP ecma/Expressions/11.7.2: SKIP
ecma/Expressions/11.10-2: SKIP ecma/Expressions/11.10-2: SKIP
...@@ -873,8 +867,3 @@ ecma/Expressions/11.7.3: SKIP ...@@ -873,8 +867,3 @@ ecma/Expressions/11.7.3: SKIP
ecma/Expressions/11.10-3: SKIP ecma/Expressions/11.10-3: SKIP
ecma/Expressions/11.7.1: SKIP ecma/Expressions/11.7.1: SKIP
ecma_3/RegExp/regress-209067: SKIP ecma_3/RegExp/regress-209067: SKIP
[ $arch == x64 ]
# BUG(1100): Times out when running new crankshaft test script.
ecma/Date/15.9.5.10-2: SKIP
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