Title: [221382] trunk/LayoutTests
Revision
221382
Author
[email protected]
Date
2017-08-30 10:42:39 -0700 (Wed, 30 Aug 2017)

Log Message

Unreviewed GTK test gardening.
https://bugs.webkit.org/show_bug.cgi?id=176111

Patch by Alicia Boya García <[email protected]> on 2017-08-30

* TestExpectations:
* platform/gtk/TestExpectations:
* platform/gtk/js/dom/global-constructors-attributes-expected.txt:
* platform/ios-wk2/TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (221381 => 221382)


--- trunk/LayoutTests/ChangeLog	2017-08-30 17:37:43 UTC (rev 221381)
+++ trunk/LayoutTests/ChangeLog	2017-08-30 17:42:39 UTC (rev 221382)
@@ -1,3 +1,13 @@
+2017-08-30  Alicia Boya García  <[email protected]>
+
+        Unreviewed GTK test gardening.
+        https://bugs.webkit.org/show_bug.cgi?id=176111
+
+        * TestExpectations:
+        * platform/gtk/TestExpectations:
+        * platform/gtk/js/dom/global-constructors-attributes-expected.txt:
+        * platform/ios-wk2/TestExpectations:
+
 2017-08-30  Antti Koivisto  <[email protected]>
 
         RenderMultiColumnFlowThread - Avoid render tree mutation during layout

Modified: trunk/LayoutTests/TestExpectations (221381 => 221382)


--- trunk/LayoutTests/TestExpectations	2017-08-30 17:37:43 UTC (rev 221381)
+++ trunk/LayoutTests/TestExpectations	2017-08-30 17:42:39 UTC (rev 221382)
@@ -1455,3 +1455,5 @@
 fast/ruby/ruby-rt-with-region-crash.html [ Skip ]
 inspector/dom/content-node-region-info.html [ Skip ]
 fast/shapes/shape-outside-floats/shape-outside-floats-layout-after-initial-layout-pass.html [ Skip ]
+
+webkit.org/b/171945 perf/class-list-remove.html [ Pass Failure Timeout ]

Modified: trunk/LayoutTests/platform/gtk/TestExpectations (221381 => 221382)


--- trunk/LayoutTests/platform/gtk/TestExpectations	2017-08-30 17:37:43 UTC (rev 221381)
+++ trunk/LayoutTests/platform/gtk/TestExpectations	2017-08-30 17:42:39 UTC (rev 221382)
@@ -1624,7 +1624,7 @@
 webkit.org/b/132271 media/media-controller-time-clamp.html [ Timeout Pass ]
 webkit.org/b/132271 media/track/add-and-remove-track.html [ Timeout Pass ]
 webkit.org/b/132271 media/controls-without-preload.html [ Failure Timeout Pass ]
-webkit.org/b/145251 media/controls-right-click-on-timebar.html [ Timeout Pass Failure ]
+webkit.org/b/145251 media/controls-right-click-on-timebar.html [ Timeout Pass Failure Crash ]
 
 #JS slow stress
 webkit.org/b/132266 js/slow-stress/Int32Array-alloc-large-long-lived.html [ Timeout Pass ]
@@ -1899,6 +1899,10 @@
 
 webkit.org/b/175933 media/audio-controls-timeline-in-media-document.html [ Pass Failure ]
 
+webkit.org/b/176105 http/tests/security/video-cross-origin-accessfailure.html [ Pass Failure ]
+
+webkit.org/b/176110 imported/w3c/web-platform-tests/WebCryptoAPI/encrypt_decrypt/rsa.worker.html [ Pass Failure ]
+
 #////////////////////////////////////////////////////////////////////////////////////////
 # End of Flaky tests
 #////////////////////////////////////////////////////////////////////////////////////////

Modified: trunk/LayoutTests/platform/gtk/js/dom/global-constructors-attributes-expected.txt (221381 => 221382)


--- trunk/LayoutTests/platform/gtk/js/dom/global-constructors-attributes-expected.txt	2017-08-30 17:37:43 UTC (rev 221381)
+++ trunk/LayoutTests/platform/gtk/js/dom/global-constructors-attributes-expected.txt	2017-08-30 17:42:39 UTC (rev 221382)
@@ -518,6 +518,11 @@
 PASS Object.getOwnPropertyDescriptor(global, 'FileSystemDirectoryEntry').hasOwnProperty('set') is false
 PASS Object.getOwnPropertyDescriptor(global, 'FileSystemDirectoryEntry').enumerable is false
 PASS Object.getOwnPropertyDescriptor(global, 'FileSystemDirectoryEntry').configurable is true
+PASS Object.getOwnPropertyDescriptor(global, 'FileSystemDirectoryReader').value is FileSystemDirectoryReader
+PASS Object.getOwnPropertyDescriptor(global, 'FileSystemDirectoryReader').hasOwnProperty('get') is false
+PASS Object.getOwnPropertyDescriptor(global, 'FileSystemDirectoryReader').hasOwnProperty('set') is false
+PASS Object.getOwnPropertyDescriptor(global, 'FileSystemDirectoryReader').enumerable is false
+PASS Object.getOwnPropertyDescriptor(global, 'FileSystemDirectoryReader').configurable is true
 PASS Object.getOwnPropertyDescriptor(global, 'FileSystemEntry').value is FileSystemEntry
 PASS Object.getOwnPropertyDescriptor(global, 'FileSystemEntry').hasOwnProperty('get') is false
 PASS Object.getOwnPropertyDescriptor(global, 'FileSystemEntry').hasOwnProperty('set') is false

Modified: trunk/LayoutTests/platform/ios-wk2/TestExpectations (221381 => 221382)


--- trunk/LayoutTests/platform/ios-wk2/TestExpectations	2017-08-30 17:37:43 UTC (rev 221381)
+++ trunk/LayoutTests/platform/ios-wk2/TestExpectations	2017-08-30 17:42:39 UTC (rev 221382)
@@ -1944,8 +1944,6 @@
 
 webkit.org/b/171886 imported/w3c/web-platform-tests/streams/readable-byte-streams/general.html [ Pass Failure ]
 
-webkit.org/b/171945 [ Debug ] perf/class-list-remove.html [ Pass Failure Timeout ]
-
 webkit.org/b/171951 [ Debug ] fast/hidpi/filters-and-image-buffer-resolution.html [ Pass ImageOnlyFailure ]
 
 webkit.org/b/171957 [ Debug ] fast/animation/request-animation-frame-time-unit.html [ Pass Failure ]
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to