diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-06 02:47:07 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-06 02:47:07 +0000 |
commit | b4e7778cd36a6c211fd9df353356d14663c161ab (patch) | |
tree | 2b95c7dc137f0c77b1fd67cac2c53c41e21cc3b5 | |
parent | 665a493066c31c2ab6ea757598ca3fffdc9765eb (diff) | |
download | chromium_src-b4e7778cd36a6c211fd9df353356d14663c161ab.zip chromium_src-b4e7778cd36a6c211fd9df353356d14663c161ab.tar.gz chromium_src-b4e7778cd36a6c211fd9df353356d14663c161ab.tar.bz2 |
Add transform/3d to the ignore list since this feature is a work in progress (according to smfr over at WebKit) and they don't even run these tests themselves on their buildbots.
Review URL: http://codereview.chromium.org/37010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11094 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | webkit/tools/layout_tests/test_lists/tests_ignored.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/webkit/tools/layout_tests/test_lists/tests_ignored.txt b/webkit/tools/layout_tests/test_lists/tests_ignored.txt index 403b663..950693c 100644 --- a/webkit/tools/layout_tests/test_lists/tests_ignored.txt +++ b/webkit/tools/layout_tests/test_lists/tests_ignored.txt @@ -310,3 +310,9 @@ LayoutTests/fast/frames/cross-site-this.html = FAIL // it contains syntax errors that JSC for some reason choose not to // throw. V8 follows the spec. LayoutTests/fast/js/reparsing-semicolon-insertion.html = FAIL + +// These tests relate to transform/3d which is a work in progress and is not +// even run by the WebKit folk. They should be enabled whenever WebKit begins +// testing them by default. The bug to re-enable is: +// http://code.google.com/p/chromium/issues/detail?id=8455 +SKIP : LayoutTests/transforms/3d = FAIL |