diff options
author | ager@chromium.org <ager@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-29 13:51:49 +0000 |
---|---|---|
committer | ager@chromium.org <ager@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-29 13:51:49 +0000 |
commit | 6db7fe0fc22b9535dd3756ffc424c33924f17cf9 (patch) | |
tree | ba872e64b63ee599328373f7a75183d0691a6e78 /webkit | |
parent | 5d999f06efe1f2ed2d3f6217559a4018a5c13758 (diff) | |
download | chromium_src-6db7fe0fc22b9535dd3756ffc424c33924f17cf9.zip chromium_src-6db7fe0fc22b9535dd3756ffc424c33924f17cf9.tar.gz chromium_src-6db7fe0fc22b9535dd3756ffc424c33924f17cf9.tar.bz2 |
Ignore invalid test instead of rebaseing it. Nothing interesting is
being tested here. They right behavior is to throw a syntax error in
the first line of the test.
Review URL: http://codereview.chromium.org/19662
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8874 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
3 files changed, 4 insertions, 8 deletions
diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/js/reparsing-semicolon-insertion-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/js/reparsing-semicolon-insertion-expected.txt deleted file mode 100644 index 3167783..0000000 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/js/reparsing-semicolon-insertion-expected.txt +++ /dev/null @@ -1,5 +0,0 @@ -CONSOLE MESSAGE: line 13: Uncaught SyntaxError: Unexpected token }
-FAIL successfullyParsed should be true. Threw exception ReferenceError: successfullyParsed is not defined
-
-TEST COMPLETE
-
diff --git a/webkit/tools/layout_tests/test_lists/tests_fixable.txt b/webkit/tools/layout_tests/test_lists/tests_fixable.txt index 9ae49f6..9128569 100644 --- a/webkit/tools/layout_tests/test_lists/tests_fixable.txt +++ b/webkit/tools/layout_tests/test_lists/tests_fixable.txt @@ -1410,9 +1410,6 @@ MAC : LayoutTests/fast/images/object-image.html = FAIL // has regressed. MAC DEBUG : LayoutTests/fast/js/large-expressions.html = FAIL -// Parsing issue? -MAC : LayoutTests/fast/js/reparsing-semicolon-insertion.html = FAIL - // Rebase for our network stack? MAC : LayoutTests/http/tests/misc/window-dot-stop.html = FAIL MAC : LayoutTests/http/tests/xmlhttprequest/abort-should-cancel-load.html = FAIL diff --git a/webkit/tools/layout_tests/test_lists/tests_ignored.txt b/webkit/tools/layout_tests/test_lists/tests_ignored.txt index 47fb93d..4ddb89d 100644 --- a/webkit/tools/layout_tests/test_lists/tests_ignored.txt +++ b/webkit/tools/layout_tests/test_lists/tests_ignored.txt @@ -239,3 +239,7 @@ SKIP : LayoutTests/http/tests/security/dataTransfer-set-data-file-url.html = FAI // agree and only Safari is doing it this way. LayoutTests/fast/frames/cross-site-this.html = FAIL +// This tests a Safari incompatibility. This test should fail since +// 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 |