diff options
author | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-04 09:12:51 +0000 |
---|---|---|
committer | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-04 09:12:51 +0000 |
commit | e740a9ad05fa4ce9b7d7477f1fa877cd1e81948c (patch) | |
tree | 7bdd0f640434ef75bf4b82addc4891da45a982b0 | |
parent | 58ba4270d23158cdd23741f40a996845e0c759db (diff) | |
download | chromium_src-e740a9ad05fa4ce9b7d7477f1fa877cd1e81948c.zip chromium_src-e740a9ad05fa4ce9b7d7477f1fa877cd1e81948c.tar.gz chromium_src-e740a9ad05fa4ce9b7d7477f1fa877cd1e81948c.tar.bz2 |
The npapi_response_headers.html layout test started failing after my CL 22369 to change stream
IPCs from sync to async and introduced deferred stream loads in the process.
Updating the test expectations to get the webkit tests green while I debug this issue.
The bug to track this issue is http://code.google.com/p/chromium/issues/detail?id=18392
Bug=18392
TBR=nsylvain
Review URL: http://codereview.chromium.org/160579
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22373 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 0c3e990..b0b8f3f 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -3093,3 +3093,6 @@ 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 started failing after CL 22369 +BUG18392 WIN LINUX MAC : LayoutTests/http/tests/plugins/npapi-response-headers.html = FAIL |