Title: [204335] trunk/LayoutTests
Revision
204335
Author
sbar...@apple.com
Date
2016-08-10 10:19:31 -0700 (Wed, 10 Aug 2016)

Log Message

Unreviewed. Skip a JSC test that's timing out and an inspector test that needs to be rebased after r204321

* TestExpectations:
* js/regress/script-tests/bound-function-construction-performance.js:
(makeBoundFunc):

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (204334 => 204335)


--- trunk/LayoutTests/ChangeLog	2016-08-10 17:05:49 UTC (rev 204334)
+++ trunk/LayoutTests/ChangeLog	2016-08-10 17:19:31 UTC (rev 204335)
@@ -1,3 +1,11 @@
+2016-08-10  Saam Barati  <sbar...@apple.com>
+
+        Unreviewed. Skip a JSC test that's timing out and an inspector test that needs to be rebased after r204321
+
+        * TestExpectations:
+        * js/regress/script-tests/bound-function-construction-performance.js:
+        (makeBoundFunc):
+
 2016-08-10  Chris Dumez  <cdu...@apple.com>
 
         It should be possible to re-initialize a MutationEvent after it's been dispatched

Modified: trunk/LayoutTests/TestExpectations (204334 => 204335)


--- trunk/LayoutTests/TestExpectations	2016-08-10 17:05:49 UTC (rev 204334)
+++ trunk/LayoutTests/TestExpectations	2016-08-10 17:19:31 UTC (rev 204335)
@@ -132,6 +132,8 @@
 
 webkit.org/b/129639 inspector/dom/dom-search-crash.html [ Skip ]
 
+webkit.org/b/160738 inspector/model/remote-object-get-properties.html [ Skip ]
+
 webkit.org/b/128736 inspector/debugger/setBreakpoint-dfg.html [ Failure Pass ]
 webkit.org/b/134982 inspector/debugger/setBreakpoint-dfg-and-modify-local.html [ Failure Pass ]
 

Modified: trunk/LayoutTests/js/regress/script-tests/bound-function-construction-performance.js (204334 => 204335)


--- trunk/LayoutTests/js/regress/script-tests/bound-function-construction-performance.js	2016-08-10 17:05:49 UTC (rev 204334)
+++ trunk/LayoutTests/js/regress/script-tests/bound-function-construction-performance.js	2016-08-10 17:19:31 UTC (rev 204335)
@@ -1,3 +1,5 @@
+//@ skip
+
 function makeBoundFunc(f) {
     return f.bind(f);
 }
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to