Changeset 220607 in webkit


Ignore:
Timestamp:
Aug 11, 2017 1:36:46 PM (7 years ago)
Author:
Ryan Haddad
Message:

Unreviewed test gardening. rdar://problem/33831603

  • fast/events/ios/no-touch-events-when-stopping-momentum-scroll-in-mainframe-expected.txt:
  • platform/ios-11/TestExpectations:
  • platform/ios-simulator-wk2/TestExpectations:
  • platform/ios-wk2/fast/dom/elementFromPoint-relative-to-viewport-expected.txt:
Location:
branches/safari-604.1.38.0-branch/LayoutTests
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • branches/safari-604.1.38.0-branch/LayoutTests/ChangeLog

    r220602 r220607  
     12017-08-11  Ryan Haddad  <ryanhaddad@apple.com>
     2
     3        Unreviewed test gardening. rdar://problem/33831603
     4
     5        * fast/events/ios/no-touch-events-when-stopping-momentum-scroll-in-mainframe-expected.txt:
     6        * platform/ios-11/TestExpectations:
     7        * platform/ios-simulator-wk2/TestExpectations:
     8        * platform/ios-wk2/fast/dom/elementFromPoint-relative-to-viewport-expected.txt:
     9
    1102017-08-11  Matt Lewis  <jlewis3@apple.com>
    211
  • branches/safari-604.1.38.0-branch/LayoutTests/fast/events/ios/no-touch-events-when-stopping-momentum-scroll-in-mainframe-expected.txt

    r219929 r220607  
    11PASS document.body.scrollTop became different from 0
    22PASS document.getElementById('touches').textContent is "1"
    3 FAIL document.getElementById('touches').textContent should be 1. Was 2.
    4 FAIL document.getElementById('touches').textContent should be 2. Was 3.
     3PASS document.getElementById('touches').textContent is "1"
     4PASS document.getElementById('touches').textContent is "2"
    55PASS successfullyParsed is true
    66
     
    88To manually test, swipe down to scroll in the document. The touch count should update to 1. Tap anywhere to stop scrolling while decelerating. The touch count should remain at 1. Then tap again in the document. The touch count should be 2.
    99
    10 The touch count is: 3
     10The touch count is: 2
  • branches/safari-604.1.38.0-branch/LayoutTests/platform/ios-11/TestExpectations

    r220602 r220607  
    143143webgl/1.0.2/conformance/ogles/GL/acos/acos_001_to_006.html [ Skip ]
    144144webgl/1.0.2/conformance/attribs/gl-vertex-attrib-zero-issues.html [ Skip ]
    145 fast/events/ios/before-input-events-prevent-candidate-insertion.html [ Timeout ]
    146145imported/w3c/web-platform-tests/XMLHttpRequest/send-blob-with-no-mime-type.html [ Failure ]
    147146imported/w3c/web-platform-tests/fetch/api/basic/request-headers.any.html [ Failure ]
  • branches/safari-604.1.38.0-branch/LayoutTests/platform/ios-simulator-wk2/TestExpectations

    r219478 r220607  
    3535webkit.org/b/174100 webgl/1.0.2/conformance/glsl/misc/shader-with-non-reserved-words.html [ Skip ]
    3636
    37 webkit.org/b/173010 js/slow-stress/Int32Array-alloc-huge.html [ Pass Timout ]
     37webkit.org/b/173010 js/slow-stress/Int32Array-alloc-huge.html [ Pass Timeout ]
    3838
    3939webkit.org/b/174183 animations/resume-after-page-cache.html [ Pass Failure ]
  • branches/safari-604.1.38.0-branch/LayoutTests/platform/ios-wk2/fast/dom/elementFromPoint-relative-to-viewport-expected.txt

    r219782 r220607  
    2121PASS unscrolledBoxInitial is '0'
    2222PASS scrolledDownBoxInitial is '5'
    23 FAIL scrolledRightBoxInitial should be 3. Was 2.
    24 FAIL scrolledDownAndRightBoxInitial should be 8. Was 7.
     23PASS scrolledRightBoxInitial is '3'
     24PASS scrolledDownAndRightBoxInitial is '8'
    2525PASS successfullyParsed is true
    2626
Note: See TracChangeset for help on using the changeset viewer.