Title: [186836] trunk/LayoutTests
Revision
186836
Author
[email protected]
Date
2015-07-15 07:15:33 -0700 (Wed, 15 Jul 2015)

Log Message

http/tests/misc/large-js-program.php crashes slowly in Debug builds on Windows

Fix is tracked by <rdar://problem/21816197>.

After r186813, the test was found to also crash in Debug builds
on Windows; it just needed more time to do so:

<https://webkit-test-results.appspot.com/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=http%2Ftests%2Fmisc%2Flarge-js-program.php>

* platform/win/TestExpectations: Mark test as slow and crashing:
- http/tests/misc/large-js-program.php

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (186835 => 186836)


--- trunk/LayoutTests/ChangeLog	2015-07-15 13:34:19 UTC (rev 186835)
+++ trunk/LayoutTests/ChangeLog	2015-07-15 14:15:33 UTC (rev 186836)
@@ -1,3 +1,17 @@
+2015-07-15  David Kilzer  <[email protected]>
+
+        http/tests/misc/large-js-program.php crashes slowly in Debug builds on Windows
+
+        Fix is tracked by <rdar://problem/21816197>.
+
+        After r186813, the test was found to also crash in Debug builds
+        on Windows; it just needed more time to do so:
+
+        <https://webkit-test-results.appspot.com/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=http%2Ftests%2Fmisc%2Flarge-js-program.php>
+
+        * platform/win/TestExpectations: Mark test as slow and crashing:
+        - http/tests/misc/large-js-program.php
+
 2015-07-14  Antti Koivisto  <[email protected]>
 
         REGRESSION (r177876): store.apple.com profile and cart icons are missing

Modified: trunk/LayoutTests/platform/win/TestExpectations (186835 => 186836)


--- trunk/LayoutTests/platform/win/TestExpectations	2015-07-15 13:34:19 UTC (rev 186835)
+++ trunk/LayoutTests/platform/win/TestExpectations	2015-07-15 14:15:33 UTC (rev 186836)
@@ -3127,6 +3127,5 @@
 # New test for Bug 144830 (r186388) always fails.
 http/tests/security/contentSecurityPolicy/userAgentShadowDOM/allow-audio.html [ Failure ]
 
-# <rdar://problem/21816197> large-js-program.php crashes on Release, times out on Debug
-[ Debug ] http/tests/misc/large-js-program.php [ Slow ]
-[ Release ] http/tests/misc/large-js-program.php [ Crash ]
+# <rdar://problem/21816197> large-js-program.php crashes (crashes slower on Debug)
+http/tests/misc/large-js-program.php [ Slow Crash ]
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to