Bug 111057
Summary: | [Qt] REGRESSION(144265): Inspector tests are failing. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ádám Kallai <kadam> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | eustas, ossy, pfeldman, rtakacs, szledan, zarvai |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 79666 |
Ádám Kallai
Tree tests started to fail:
* http/tests/inspector/console-resource-errors.html
Diff:
--- /ramdisk/qt-linux-64-release/build/layout-test-results/http/tests/inspector/console-resource-errors-expected.txt
+++ /ramdisk/qt-linux-64-release/build/layout-test-results/http/tests/inspector/console-resource-errors-actual.txt
@@ -4,5 +4,5 @@
GET http://127.0.0.1:8000/inspector/missing.css 404 (Not Found) console-resource-errors-iframe.html:3 console-message console-error-level
GET http://127.0.0.1:8000/inspector/non-existent-iframe.html 404 (Not Found) non-existent-iframe.html:1 console-message console-error-level
GET http://127.0.0.1:8000/inspector/non-existent-script.js 404 (Not Found) console-resource-errors-iframe.html:4 console-message console-error-level
-GET http://127.0.0.1:8000/inspector/non-existent-xhr 404 (Not Found) [native code]:1send [native code]:1loadXHR console-resource-errors.html:18performActions console-resource-errors.html:10eval codeeval [native code]:1evaluate [native code]:1_evaluateOn_evaluateAndWrapevaluate console-message console-error-level
+GET http://127.0.0.1:8000/inspector/non-existent-xhr 404 (Not Found) [native code]:1send [native code]:1loadXHR console-resource-errors.html:18performActions console-resource-errors.html:10eval codeeval [native code]:1evaluate [native code]:1call [native code]:1_evaluateOn_evaluateAndWrapevaluate console-message console-error-level
* http/tests/inspector/extensions-network-redirect.html
Diff:
--- /ramdisk/qt-linux-64-release/build/layout-test-results/http/tests/inspector/extensions-network-redirect-expected.txt
+++ /ramdisk/qt-linux-64-release/build/layout-test-results/http/tests/inspector/extensions-network-redirect-actual.txt
@@ -4,19 +4,5 @@
Started extension.
Running tests...
RUNNING TEST: extension_testGetRedirectRequestContent
-content: null, encoding:
-RUNNING TEST: extension_testRedirectRequestFinished
-Finished request: http://127.0.0.1:8000/loading/resources/redirect-methods-result.php?status=302
-Finished request: http://127.0.0.1:8000/loading/resources/redirect-methods-result.php?redirected=true
-RUNNING TEST: extension_testRedirectRequestInHAR
-Requests in HAR:
-http://127.0.0.1:8000/inspector/extensions-network-redirect.html
-http://127.0.0.1:8000/inspector/extensions-network-test.js
-http://127.0.0.1:8000/inspector/extensions-test.js
-http://127.0.0.1:8000/inspector/inspector-test.js
-http://127.0.0.1:8000/loading/resources/redirect-methods-result.php?redirected=true
-http://127.0.0.1:8000/loading/resources/redirect-methods-result.php?redirected=true
-http://127.0.0.1:8000/loading/resources/redirect-methods-result.php?status=302
-http://127.0.0.1:8000/loading/resources/redirect-methods-result.php?status=302
-All tests done.
+Uncaught exception in inspector front-end: TypeError: 'undefined' is not an object (evaluating 'PageAgent.ResourceType.Other') [qrc:/webkit/inspector/NetworkManager.js:266]
* http/tests/inspector/resource-har-pages.html
Diff:
--- /ramdisk/qt-linux-64-release/build/layout-test-results/http/tests/inspector/resource-har-pages-expected.txt
+++ /ramdisk/qt-linux-64-release/build/layout-test-results/http/tests/inspector/resource-har-pages-actual.txt
@@ -8,7 +8,7 @@
onLoad : <number>
}
startedDateTime : <plausible>
- title : "http://127.0.0.1:8000/resources/redirect.php?url=/inspector/resources/har-pages-navigation-target.html"
+ title : "http://127.0.0.1:8000/inspector/resources/har-pages-navigation-target.html"
}
1 : {
id : <string>
@@ -26,6 +26,4 @@
page: page_1 url: http://127.0.0.1:8000/inspector/resources/har-pages-iframe.html
page: page_1 url: http://127.0.0.1:8000/inspector/resources/har-pages-navigation-target.html
page: page_1 url: http://127.0.0.1:8000/inspector/resources/source1.js
-page: page_1 url: http://127.0.0.1:8000/resources/redirect.php?url=/inspector/resources/har-pages-navigation-target.html
-Page reloaded.
Do you happen know what caused it? Thanks.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |