diff options
author | hamaji@chromium.org <hamaji@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-06 12:18:09 +0000 |
---|---|---|
committer | hamaji@chromium.org <hamaji@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-06 12:18:09 +0000 |
commit | ffc53c99a52e01525980d50f180a0eb8c96eb688 (patch) | |
tree | aaedf1ee7f96e10eb16cfee083f087a8ae9d1f90 /webkit | |
parent | a692c6f3a59e711bc38fc72fce3c938deec64da0 (diff) | |
download | chromium_src-ffc53c99a52e01525980d50f180a0eb8c96eb688.zip chromium_src-ffc53c99a52e01525980d50f180a0eb8c96eb688.tar.gz chromium_src-ffc53c99a52e01525980d50f180a0eb8c96eb688.tar.bz2 |
Mark xmlhttprequest-open-after-iframe-onload-remove-self.html as flaky for linux.
BUG=18206
TEST=none
TBR=tc
Review URL: http://codereview.chromium.org/165050
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22604 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index ca26841..22c799a 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -3041,8 +3041,8 @@ BUG17974 WIN LINUX : LayoutTests/fast/css/getComputedStyle/computed-style.html = BUG17974 WIN LINUX : LayoutTests/svg/css/getComputedStyle-basic.xhtml = FAIL BUG17974 WIN : LayoutTests/svg/custom/svg-fonts-in-html.html = FAIL -// This test seems to crash periodically on mac. -BUG18206 MAC : LayoutTests/fast/xmlhttprequest/xmlhttprequest-open-after-iframe-onload-remove-self.html = CRASH PASS +// This test seems to crash periodically on linux and mac. +BUG18206 LINUX MAC : LayoutTests/fast/xmlhttprequest/xmlhttprequest-open-after-iframe-onload-remove-self.html = CRASH PASS // This happened when I enabled DOM Storage. Adam asked me to just exclude and // file a bug. |