Changeset 167583 in webkit
- Timestamp:
- Apr 20, 2014, 11:02:35 PM (11 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r167582 r167583 1 2014-04-20 Alexey Proskuryakov <ap@apple.com> 2 3 Expando properties on attribute nodes disappear 4 https://bugs.webkit.org/show_bug.cgi?id=88045 5 6 * TestExpectations: 7 * platform/efl/TestExpectations: 8 * platform/mac/TestExpectations: 9 * platform/win/TestExpectations: 10 Consolidated test expectations, because all ports are equally affected. Some 11 platforms accidentally start to pass this test sometimes, but there is no real fix yet. 12 1 13 2014-04-20 Zalan Bujtas <zalan@apple.com> 2 14 -
trunk/LayoutTests/TestExpectations
r167434 r167583 99 99 # Doesn't work yet, relies on network replay functionality (webkit.org/b/130728, webkit.org/b/129391) 100 100 webkit.org/b/131318 http/tests/inspector/replay/document-last-modified-fallback-value.html [ Skip ] 101 102 # Expando properties on attribute nodes disappear 103 webkit.org/b/88045 fast/dom/gc-attribute-node.html [ Failure Pass ] -
trunk/LayoutTests/platform/efl/TestExpectations
r167528 r167583 1066 1066 webkit.org/b/84777 ietestcenter/css3/multicolumn/column-width-applies-to-015.htm [ ImageOnlyFailure ] 1067 1067 1068 # Expando properties on attribute nodes disappear1069 webkit.org/b/88045 fast/dom/gc-attribute-node.html [ Failure Pass ]1070 1071 1068 # Requires WebP support. 1072 1069 Bug(EFL) fast/canvas/canvas-toDataURL-webp.html -
trunk/LayoutTests/platform/mac/TestExpectations
r167555 r167583 206 206 http/tests/w3c/webperf 207 207 fast/performance/ 208 209 # Properties on attribute nodes disappear with GC210 webkit.org/b/131881 fast/dom/gc-attribute-node.html [ Pass Failure ]211 208 212 209 # Content Security Policy 1.1 (ENABLE_CSP_NEXT) is not enabled -
trunk/LayoutTests/platform/win/TestExpectations
r167528 r167583 2297 2297 # Subpixel: incorrect caret position 2298 2298 webkit.org/b/126283 editing/selection/mixed-editability-10.html [ Failure ] 2299 2300 # Expando properties on attribute nodes disappear2301 webkit.org/b/127480 fast/dom/gc-attribute-node.html [ Failure ]2302 2299 2303 2300 # REGRESSION (r159892): Failing JavaScript test
Note:
See TracChangeset
for help on using the changeset viewer.