Title: [189600] trunk
- Revision
- 189600
- Author
- [email protected]
- Date
- 2015-09-10 18:39:37 -0700 (Thu, 10 Sep 2015)
Log Message
Unreviewed, rolling out r189595.
https://bugs.webkit.org/show_bug.cgi?id=149052
The tests still fail (Requested by ap on #webkit).
Reverted changeset:
"Spurious output on Windows tests: AQMEIOManager::FindIOUnit:
error -1"
https://bugs.webkit.org/show_bug.cgi?id=142929
http://trac.webkit.org/changeset/189595
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (189599 => 189600)
--- trunk/LayoutTests/ChangeLog 2015-09-11 01:37:09 UTC (rev 189599)
+++ trunk/LayoutTests/ChangeLog 2015-09-11 01:39:37 UTC (rev 189600)
@@ -1,3 +1,17 @@
+2015-09-10 Commit Queue <[email protected]>
+
+ Unreviewed, rolling out r189595.
+ https://bugs.webkit.org/show_bug.cgi?id=149052
+
+ The tests still fail (Requested by ap on #webkit).
+
+ Reverted changeset:
+
+ "Spurious output on Windows tests: AQMEIOManager::FindIOUnit:
+ error -1"
+ https://bugs.webkit.org/show_bug.cgi?id=142929
+ http://trac.webkit.org/changeset/189595
+
2015-09-10 Chris Fleizach <[email protected]>
AX: Mavericks: Text cursor does not move along with VoiceOver cursor for text fields
Modified: trunk/LayoutTests/platform/win/TestExpectations (189599 => 189600)
--- trunk/LayoutTests/platform/win/TestExpectations 2015-09-11 01:37:09 UTC (rev 189599)
+++ trunk/LayoutTests/platform/win/TestExpectations 2015-09-11 01:39:37 UTC (rev 189600)
@@ -726,6 +726,8 @@
# Sensitive to load timing or PHP behavior
webkit.org/b/44873 http/tests/css/css-image-loading.html [ Skip ]
+webkit.org/b/149007 http/tests/css/link-css-disabled-value-with-slow-loading-sheet.html [ Pass Failure ]
+http/tests/css/link-css-disabled-value-with-slow-loading-sheet-in-error.html [ Pass Failure ] # Flaky
# Assertion failure in replaySavedEvents http://webkit.org/b/21796
webkit.org/b/21796 fast/events/dragging-mouse-moves.html [ Skip ]
@@ -750,13 +752,15 @@
################################################################################
# Deactivate all media tests on Apple Windows due to <rdar://problem/18681688> generating
# spam logging output that causes tests to fail. Will re-enable once this is fixed.
-# FIXME: We now filter out the logging, so many of the tests can likely be re-enabled.
media [ Skip ]
fast/media [ Skip ]
http/tests/media [ Skip ]
fast/layers/video-layer.html [ Skip ] # Skip until video control changes are done.
+# "AQMEIOManager::FindIOUnit: error -1" errors in tests output.
+webkit.org/b/148903 imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/ [ Skip ]
+
# Assertion failures
webkit.org/b/48910 [ Debug ] http/tests/media/pdf-served-as-pdf.html [ Skip ] # Crashing
webkit.org/b/48910 http/tests/media/video-cancel-load.html [ Skip ] # Crashing
Modified: trunk/Tools/ChangeLog (189599 => 189600)
--- trunk/Tools/ChangeLog 2015-09-11 01:37:09 UTC (rev 189599)
+++ trunk/Tools/ChangeLog 2015-09-11 01:39:37 UTC (rev 189600)
@@ -1,3 +1,17 @@
+2015-09-10 Commit Queue <[email protected]>
+
+ Unreviewed, rolling out r189595.
+ https://bugs.webkit.org/show_bug.cgi?id=149052
+
+ The tests still fail (Requested by ap on #webkit).
+
+ Reverted changeset:
+
+ "Spurious output on Windows tests: AQMEIOManager::FindIOUnit:
+ error -1"
+ https://bugs.webkit.org/show_bug.cgi?id=142929
+ http://trac.webkit.org/changeset/189595
+
2015-09-10 Alexey Proskuryakov <[email protected]>
Spurious output on Windows tests: AQMEIOManager::FindIOUnit: error -1
Modified: trunk/Tools/Scripts/webkitpy/port/mac.py (189599 => 189600)
--- trunk/Tools/Scripts/webkitpy/port/mac.py 2015-09-11 01:37:09 UTC (rev 189599)
+++ trunk/Tools/Scripts/webkitpy/port/mac.py 2015-09-11 01:39:37 UTC (rev 189600)
@@ -312,7 +312,6 @@
def stderr_patterns_to_strip(self):
worthless_patterns = []
- # FIXME: We still get CoreMedia stderr logging that doesn't match the below lines. 'defaults write com.apple.coremedia fig_notes 0' may work better for silencing them all, however running tests shouldn't change user's defaults.
worthless_patterns.append((re.compile('.*(Fig|fig|itemasync|vt|mv_|PullParamSetSPS|ccrp_|client).* signalled err=.*\n'), ''))
worthless_patterns.append((re.compile('.*<<<< FigFilePlayer >>>>.*\n'), ''))
worthless_patterns.append((re.compile('.*<<<< FigFile >>>>.*\n'), ''))
Modified: trunk/Tools/Scripts/webkitpy/port/win.py (189599 => 189600)
--- trunk/Tools/Scripts/webkitpy/port/win.py 2015-09-11 01:37:09 UTC (rev 189599)
+++ trunk/Tools/Scripts/webkitpy/port/win.py 2015-09-11 01:39:37 UTC (rev 189600)
@@ -328,7 +328,3 @@
pass
return system_pid
-
- def logging_patterns_to_strip(self):
- # rdar://problem/18681688
- return [(re.compile('AQMEIOManager::FindIOUnit: error \-1\n'), '')]
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes