Title: [208807] trunk/LayoutTests
- Revision
- 208807
- Author
- [email protected]
- Date
- 2016-11-16 13:02:10 -0800 (Wed, 16 Nov 2016)
Log Message
js/dom/domjit-function-get-element-by-id-licm.html and js/dom/domjit-function-get-element-by-id-changed.html are flaky timeouts
https://bugs.webkit.org/show_bug.cgi?id=164797
Reviewed by Saam Barati.
The performance of the both tests rely on PureGetById.
However, PureGetById is rolled out temporary[1], these tests become timed out.
This patch makes the both tests [ PASS TIMEOUT ] until PureGetById patch[1] is
relanded or impure object optimization patch[2] is landed.
[1]: https://bugs.webkit.org/show_bug.cgi?id=163305
[2]: https://bugs.webkit.org/show_bug.cgi?id=164175
* TestExpectations:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (208806 => 208807)
--- trunk/LayoutTests/ChangeLog 2016-11-16 21:00:56 UTC (rev 208806)
+++ trunk/LayoutTests/ChangeLog 2016-11-16 21:02:10 UTC (rev 208807)
@@ -1,3 +1,20 @@
+2016-11-16 Yusuke Suzuki <[email protected]>
+
+ js/dom/domjit-function-get-element-by-id-licm.html and js/dom/domjit-function-get-element-by-id-changed.html are flaky timeouts
+ https://bugs.webkit.org/show_bug.cgi?id=164797
+
+ Reviewed by Saam Barati.
+
+ The performance of the both tests rely on PureGetById.
+ However, PureGetById is rolled out temporary[1], these tests become timed out.
+ This patch makes the both tests [ PASS TIMEOUT ] until PureGetById patch[1] is
+ relanded or impure object optimization patch[2] is landed.
+
+ [1]: https://bugs.webkit.org/show_bug.cgi?id=163305
+ [2]: https://bugs.webkit.org/show_bug.cgi?id=164175
+
+ * TestExpectations:
+
2016-11-16 Jiewen Tan <[email protected]>
Add more tests for SubtleCrypto::importKey and SubtleCrypto::exportKey
Modified: trunk/LayoutTests/TestExpectations (208806 => 208807)
--- trunk/LayoutTests/TestExpectations 2016-11-16 21:00:56 UTC (rev 208806)
+++ trunk/LayoutTests/TestExpectations 2016-11-16 21:02:10 UTC (rev 208807)
@@ -1036,3 +1036,6 @@
js/dom/modules/module-will-fire-beforeload.html [ Skip ]
webkit.org/b/164539 http/tests/security/module-crossorigin-error-event-information.html [ Skip ]
webkit.org/b/164539 http/tests/security/module-crossorigin-onerror-information.html [ Skip ]
+
+webkit.org/b/164797 js/dom/domjit-function-get-element-by-id-licm.html [ Pass Timeout ]
+webkit.org/b/164797 js/dom/domjit-function-get-element-by-id-changed.html [ Pass Timeout ]
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes