Bug 42718 - Web Inspector: http/tests/inspector/resource-parameters.html fails on Windows
Summary: Web Inspector: http/tests/inspector/resource-parameters.html fails on Windows
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: LayoutTestFailure, PlatformOnly
Depends on:
Blocks:
 
Reported: 2010-07-20 17:00 PDT by Brian Weinstein
Modified: 2011-03-17 10:18 PDT (History)
9 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Brian Weinstein 2010-07-20 17:00:04 PDT
This test fails on Window, and has for a while.

--- /home/buildbot/slave/WebKit-BuildSlave/win-release-tests/build/layout-test-results/http/tests/inspector/resource-parameters-expected.txt	2010-07-20 23:42:47.178312300 -0700
+++ /home/buildbot/slave/WebKit-BuildSlave/win-release-tests/build/layout-test-results/http/tests/inspector/resource-parameters-actual.txt	2010-07-20 23:42:47.177312200 -0700
@@ -38,16 +38,16 @@
         }
     }
     response : {
-        status : 200
-        statusText : "OK"
+        status : 405
+        statusText : "Method Not Allowed"
         headers : <object>
         content : {
-            size : 30
+            size : 345
             mimeType : "text/html"
         }
         redirectURL : ""
         headersSize : -1
-        bodySize : 30
+        bodySize : 345
     }
     timings : {
         blocked : -1
Comment 1 Adam Roben (:aroben) 2011-03-17 10:18:35 PDT
This isn't failing anymore, and doesn't seem to be being skipped.