Update Mozilla test status to reflect that regress-363258
is flaky on Linux and Mac (as well as Windows) and remove line that refers to non-existing mozilla/... test. Review URL: http://codereview.chromium.org/7910 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@559 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
96733af32b
commit
8e675da371
@ -46,4 +46,4 @@ function F() {
|
||||
assertEquals("[object global]", eval("var f; toString()"));
|
||||
}
|
||||
|
||||
F();
|
||||
F();
|
||||
|
@ -170,6 +170,12 @@ js1_5/GC/regress-383269-02: PASS || FAIL
|
||||
js1_5/Regress/regress-404755: PASS || FAIL
|
||||
|
||||
|
||||
# Test that depends on timer resolution. Fails every now and then
|
||||
# if we're unlucky enough to get a context switch at a bad time.
|
||||
js1_5/extensions/regress-363258: PASS || FAIL
|
||||
|
||||
|
||||
|
||||
##################### INCOMPATIBLE TESTS #####################
|
||||
|
||||
# This section is for tests that fail in both V8 and KJS. Thus they
|
||||
@ -749,11 +755,6 @@ js1_5/decompilation/regress-376564: PASS || FAIL
|
||||
js1_5/decompilation/regress-383721: PASS || FAIL
|
||||
js1_5/decompilation/regress-406555: PASS || FAIL
|
||||
|
||||
[ $system == windows ]
|
||||
|
||||
# This test is flaky because of the default timer resolution on Windows.
|
||||
js1_5/extensions/regress-363258: PASS || FAIL
|
||||
mozilla/js1_5/GC/regress-383269-02: PASS, FLAKY IF $mode == debug
|
||||
|
||||
[ $FAST == yes ]
|
||||
|
||||
@ -763,6 +764,7 @@ mozilla/js1_5/GC/regress-383269-02: PASS, FLAKY IF $mode == debug
|
||||
js1_5/Regress/regress-312588: SKIP
|
||||
js1_5/Regress/regress-271716-n: SKIP
|
||||
|
||||
|
||||
[ $FAST == yes && $ARCH == arm ]
|
||||
|
||||
# In fast mode on arm we try to skip all tests that would time out,
|
||||
|
Loading…
Reference in New Issue
Block a user