Title: [220159] trunk/LayoutTests
- Revision
- 220159
- Author
- [email protected]
- Date
- 2017-08-02 15:46:27 -0700 (Wed, 02 Aug 2017)
Log Message
inspector/runtime/CommandLineAPI-inspect.html is flaky.
https://bugs.webkit.org/show_bug.cgi?id=175092
Patch by Joseph Pecoraro <[email protected]> on 2017-08-02
Reviewed by Brian Burg.
* inspector/runtime/CommandLineAPI-inspect-expected.txt:
* inspector/runtime/CommandLineAPI-inspect.html:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (220158 => 220159)
--- trunk/LayoutTests/ChangeLog 2017-08-02 22:35:44 UTC (rev 220158)
+++ trunk/LayoutTests/ChangeLog 2017-08-02 22:46:27 UTC (rev 220159)
@@ -1,3 +1,13 @@
+2017-08-02 Joseph Pecoraro <[email protected]>
+
+ inspector/runtime/CommandLineAPI-inspect.html is flaky.
+ https://bugs.webkit.org/show_bug.cgi?id=175092
+
+ Reviewed by Brian Burg.
+
+ * inspector/runtime/CommandLineAPI-inspect-expected.txt:
+ * inspector/runtime/CommandLineAPI-inspect.html:
+
2017-08-02 Chris Dumez <[email protected]>
Unreviewed, skip newly imported WPT HTTPS tests on WK2 only.
Modified: trunk/LayoutTests/inspector/runtime/CommandLineAPI-inspect-expected.txt (220158 => 220159)
--- trunk/LayoutTests/inspector/runtime/CommandLineAPI-inspect-expected.txt 2017-08-02 22:35:44 UTC (rev 220158)
+++ trunk/LayoutTests/inspector/runtime/CommandLineAPI-inspect-expected.txt 2017-08-02 22:46:27 UTC (rev 220159)
@@ -70,7 +70,7 @@
"description": "Database"
},
"hints": {
- "databaseId": "1"
+ "databaseId": "<filtered>"
}
}
}
Modified: trunk/LayoutTests/inspector/runtime/CommandLineAPI-inspect.html (220158 => 220159)
--- trunk/LayoutTests/inspector/runtime/CommandLineAPI-inspect.html 2017-08-02 22:35:44 UTC (rev 220158)
+++ trunk/LayoutTests/inspector/runtime/CommandLineAPI-inspect.html 2017-08-02 22:46:27 UTC (rev 220159)
@@ -8,6 +8,8 @@
function payloadJSONFilter(key, value) {
if (key === "objectId")
return "<filtered>";
+ if (key === "databaseId")
+ return "<filtered>";
return value;
}
@@ -29,7 +31,7 @@
name, description,
test(resolve, reject) {
evaluateWithCommandLineAPI(_expression_);
- ProtocolTest.log("_expression_: " + _expression_);
+ ProtocolTest.log("_expression_: " + _expression_);
InspectorProtocol.awaitEvent({event: "Inspector.inspect"}).then((messageObject) => {
ProtocolTest.log(JSON.stringify(messageObject, payloadJSONFilter, 2));
resolve();
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes