diff options
author | olehougaard@google.com <olehougaard@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-28 10:17:47 +0000 |
---|---|---|
committer | olehougaard@google.com <olehougaard@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-28 10:17:47 +0000 |
commit | 2f96c5ff7a04db608626d93bb38ac0e8a87cc3d8 (patch) | |
tree | e4caba3591ab8a328cc1a93ff406e3cbbb9220b4 /webkit | |
parent | 87dbc8b21522a2c6eb215d20f934676eb51e4a9d (diff) | |
download | chromium_src-2f96c5ff7a04db608626d93bb38ac0e8a87cc3d8.zip chromium_src-2f96c5ff7a04db608626d93bb38ac0e8a87cc3d8.tar.gz chromium_src-2f96c5ff7a04db608626d93bb38ac0e8a87cc3d8.tar.bz2 |
Changing expectation for exception test that is working as intended.
Review URL: http://codereview.chromium.org/12801
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6109 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/tools/layout_tests/test_lists/win/tests_fixable.txt | 1 | ||||
-rw-r--r-- | webkit/tools/layout_tests/test_lists/win/tests_ignored.txt | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/webkit/tools/layout_tests/test_lists/win/tests_fixable.txt b/webkit/tools/layout_tests/test_lists/win/tests_fixable.txt index 204f9f8..595467d 100644 --- a/webkit/tools/layout_tests/test_lists/win/tests_fixable.txt +++ b/webkit/tools/layout_tests/test_lists/win/tests_fixable.txt @@ -543,7 +543,6 @@ LayoutTests/http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame.html = LayoutTests/fast/js/constructor-attributes.html = FAIL LayoutTests/fast/js/eval-cross-window.html = FAIL LayoutTests/fast/js/eval-keyword-vs-function.html = FAIL -LayoutTests/fast/js/exception-expression-offset.html = FAIL LayoutTests/fast/js/exception-sequencing-binops2.html = FAIL LayoutTests/fast/js/exception-try-finally-scope-error.html = FAIL LayoutTests/fast/js/function-dot-arguments-and-caller.html = FAIL diff --git a/webkit/tools/layout_tests/test_lists/win/tests_ignored.txt b/webkit/tools/layout_tests/test_lists/win/tests_ignored.txt index f5ee022..d98820c 100644 --- a/webkit/tools/layout_tests/test_lists/win/tests_ignored.txt +++ b/webkit/tools/layout_tests/test_lists/win/tests_ignored.txt @@ -133,6 +133,7 @@ LayoutTests/fast/js/code-serialize-paren.html = FAIL LayoutTests/fast/js/exception-linenums-in-html-1.html = FAIL LayoutTests/fast/js/exception-linenums-in-html-2.html = FAIL LayoutTests/fast/js/exception-linenums.html = FAIL +LayoutTests/fast/js/exception-expression-offset.html = FAIL // These tests rely on specific details of decompilation of // functions. V8 always returns the source code as written; there's |