Commit 607afca2 authored by hclam@chromium.org's avatar hclam@chromium.org

Enabled tests:

LayoutTests/fast/block/float/crash-on-absolute-positioning.html
  I upstreamed new results to WebKit in r41874:
  http://trac.webkit.org/changeset/41874

LayoutTests/http/tests/xmlhttprequest/redirect-cross-origin-post.html
  Crash is fixed in CL: http://codereview.chromium.org/50077.
  Further failure is fixed in CL: http://codereview.chromium.org/53070

LayoutTests/http/tests/xmlhttprequest/simple-cross-origin-progress-events.html
  First timeout was fixed in http://codereview.chromium.org/53070
  This test is still time consuming in nature, it barely finishes in 10s.
  If we can set timeout to 20s for this test we can fully enable it.

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12527 0039d316-1c4b-4281-b951-d872f2087c98
parent 3abfa395
......@@ -2066,10 +2066,6 @@ MAC : LayoutTests/http/tests/xmlhttprequest/upload-onloadstart-event.html = TIME
MAC : LayoutTests/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-document-write.html = CRASH PASS
MAC DEBUG : LayoutTests/http/tests/misc/url-in-utf16le.html = TIMEOUT FAIL
// Failures from WebKit merge 41530:41559
// This one (from hclam in https://bugs.webkit.org/show_bug.cgi?id=23024) is lacking pixel results:
SKIP DEFER : LayoutTests/fast/block/float/crash-on-absolute-positioning.html = FAIL
// http://code.google.com/p/chromium/issues/detail?id=8733
DEFER WIN LINUX : LayoutTests/fast/repaint/transform-replaced-shadows.html = FAIL
......@@ -2235,8 +2231,9 @@ MAC : LayoutTests/fast/text/international/bidi-neutral-run.html = FAIL
LINUX : LayoutTests/fast/text/international/rtl-white-space-pre-wrap.html = FAIL
// Merge 41807:41827 New Tests
LayoutTests/http/tests/xmlhttprequest/simple-cross-origin-progress-events.html = TIMEOUT
LayoutTests/http/tests/xmlhttprequest/redirect-cross-origin-post.html = CRASH FAIL
// This test is time consuming in nature, it barely finishes in 10s in release build, it is
// likely to timeout in debug build.
DEBUG : LayoutTests/http/tests/xmlhttprequest/simple-cross-origin-progress-events.html = TIMEOUT PASS
// Regression
LayoutTests/http/tests/security/cross-frame-access-history-put.html = FAIL
MAC : LayoutTests/http/tests/xmlhttprequest/simple-cross-origin-denied-events-post.html = TIMEOUT
......
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