diff options
author | finnur@google.com <finnur@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-06 18:21:38 +0000 |
---|---|---|
committer | finnur@google.com <finnur@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-06 18:21:38 +0000 |
commit | 9a7050648b65194e194146f4b424e4c5aed15c32 (patch) | |
tree | 238dd29805c14f25fff9cbe8cab87ee17a2317af /webkit | |
parent | dcc0b01c43ee6a7718a405f21e6bebaa283f5967 (diff) | |
download | chromium_src-9a7050648b65194e194146f4b424e4c5aed15c32.zip chromium_src-9a7050648b65194e194146f4b424e4c5aed15c32.tar.gz chromium_src-9a7050648b65194e194146f4b424e4c5aed15c32.tar.bz2 |
Windows specific platform test are expected to fail on Linux and Mac, but we have decided to run them to test for crashes.
TBR=sky
Review URL: http://codereview.chromium.org/20129
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9320 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/tools/layout_tests/test_lists/tests_ignored.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/tools/layout_tests/test_lists/tests_ignored.txt b/webkit/tools/layout_tests/test_lists/tests_ignored.txt index 0d30e6b..fa39d7b 100644 --- a/webkit/tools/layout_tests/test_lists/tests_ignored.txt +++ b/webkit/tools/layout_tests/test_lists/tests_ignored.txt @@ -99,6 +99,7 @@ LayoutTests/platform/mac-leopard = FAIL PASS LayoutTests/platform/mac-snowleopard = FAIL PASS LayoutTests/platform/mac-tiger = FAIL PASS LayoutTests/platform/qt = FAIL PASS +LINUX MAC : LayoutTests/platform/win = FAIL PASS // Ignored because we do not have OBJC bindings SKIP : LayoutTests/editing/pasteboard/paste-RTFD.html = FAIL @@ -203,7 +204,6 @@ LayoutTests/fast/js/date-proto-generic-invocation.html = FAIL LayoutTests/fast/js/kde/function.html = FAIL LayoutTests/fast/js/kde/inbuilt_function_tostring.html = FAIL - // These tests have been rewritten, with the original being ignored, // because they rely on being able to shadow the 'top' variable on the // global object. For security we disallow shadowing of top. |