Changeset 209128 in webkit


Ignore:
Timestamp:
Nov 30, 2016 8:56:45 AM (7 years ago)
Author:
hyatt@apple.com
Message:

[CSS Parser] Mark a bunch of tests as able to fail
https://bugs.webkit.org/show_bug.cgi?id=165199

Reviewed by Zalan Bujtas.

Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r209127 r209128  
     12016-11-30  Dave Hyatt  <hyatt@apple.com>
     2
     3        [CSS Parser] Mark a bunch of tests as able to fail
     4        https://bugs.webkit.org/show_bug.cgi?id=165199
     5
     6        Reviewed by Zalan Bujtas.
     7
     8        * TestExpectations:
     9
    1102016-11-30  Wenson Hsieh  <wenson_hsieh@apple.com>
    211
  • trunk/LayoutTests/TestExpectations

    r209117 r209128  
    996996webkit.org/b/164797 js/dom/domjit-function-get-element-by-id-licm.html [ Pass Timeout ]
    997997webkit.org/b/164797 js/dom/domjit-function-get-element-by-id-changed.html [ Pass Timeout ]
     998
     999# The following layout tests are allowed to fail temporarily until we get the new CSS parser
     1000# enabled. Once it is turned on, all of these tests should have their results reset.
     1001webkit.org/b/165195 css3/parsing-css3-nthchild.html [ Pass Failure ]
     1002webkit.org/b/165195 css3/scroll-snap/scroll-snap-position-values.html [ Pass Failure ]
     1003webkit.org/b/165195 css3/scroll-snap/scroll-snap-position-values.html [ Pass Failure ]
     1004webkit.org/b/165195 editing/execCommand/insert-list-with-noneditable-content.html [ Pass Failure ]
     1005webkit.org/b/165195 fast/css/object-position/parsing-object-position.html [ Pass Failure ]
     1006webkit.org/b/165195 fast/css/parsing-css-number-types.html [ Pass Failure ]
     1007webkit.org/b/165195 fast/css/parsing-css-wrap.html [ Pass Failure ]
     1008webkit.org/b/165195 fast/css/variables/custom-property-dynamic-update.html [ Pass Failure ]
     1009webkit.org/b/165195 fast/events/mouse-cursor.html [ Pass Failure ]
     1010webkit.org/b/165195 fast/forms/basic-selects.html [ Pass Failure ]
     1011webkit.org/b/165195 fast/shadow-dom/slotted-pseudo-element-css-text.html [ Pass Failure ]
     1012
     1013# The following layout tests need to be changed when the new CSS Parser is turned on, since they
     1014# incorrectly indicate failures on valid syntax.
     1015webkit.org/b/165195 css3/supports-cssom.html [ Pass Failure ]
     1016webkit.org/b/165195 fast/css/attr-parsing.html [ Pass Failure ]
     1017webkit.org/b/165195 fast/css/font-family-parse-keyword.html [ Pass Failure ]
     1018webkit.org/b/165195 fast/css/font-property-priority.html [ Pass Failure ]
     1019webkit.org/b/165195 fast/css/font_property_normal.html [ Pass Failure ]
     1020webkit.org/b/165195 fast/css/image-set-unprefixed.html [ Pass Failure ]
     1021webkit.org/b/165195 fast/css/invalid-cursor-property-crash.html [ Pass Failure ]
     1022webkit.org/b/165195 fast/css/parsing-css-attribute-case-insensitive-value-1.html [ Pass Failure ]
     1023webkit.org/b/165195 fast/css/parsing-css-attribute-case-insensitive-value-2.html [ Pass Failure ]
     1024webkit.org/b/165195 fast/css/parsing-css-nth-child.html [ Pass Failure ]
     1025webkit.org/b/165195 fast/css/parsing-text-emphasis.html [ Pass Failure ]
     1026webkit.org/b/165195 fast/css/transform-inline-style.html [ Pass Failure ]
     1027webkit.org/b/165195 fast/css/uri-token-parsing.html [ Pass Failure ]
     1028webkit.org/b/165195 fast/dom/Window/getMatchedCSSRules-with-pseudo-elements-complex.html [ Pass Failure ]
     1029webkit.org/b/165195 fast/gradients/css3-gradient-parsing.html [ Pass Failure ]
     1030webkit.org/b/165195 fast/gradients/unprefixed-gradient-parsing.html [ Pass Failure ]
     1031webkit.org/b/165195 fast/media/mq-any-hover-invalid.html [ Pass Failure ]
     1032webkit.org/b/165195 fast/media/mq-any-pointer-invalid.html [ Pass Failure ]
     1033webkit.org/b/165195 fast/media/mq-hover-invalid.html [ Pass Failure ]
     1034webkit.org/b/165195 fast/media/mq-pointer-invalid.html [ Pass Failure ]
     1035webkit.org/b/165195 fast/regions/region-styling/parsing-region-style-rule.html [ Pass Failure ]
     1036webkit.org/b/165195 fast/selectors/querySelector-pseudo-element.html [ Pass Failure ]
     1037webkit.org/b/165195 fast/shapes/parsing/parsing-shape-image-threshold.html [ Pass Failure ]
     1038webkit.org/b/165195 fast/shapes/shape-outside-floats/shape-outside-animation.html [ Pass Failure ]
     1039webkit.org/b/165195 svg/webarchive/svg-cursor-subresources.svg [ Pass Failure ]
     1040
     1041# The following tests match Blink/Chrome, but we're not sure yet what to do with them when the
     1042# new CSS parser is turned on. The tests may be right, and these may be bugs in Blink/Chrome, or
     1043# the tests may be wrong.
     1044webkit.org/b/165195 fast/css/parsing-css-allowed-string-characters.html [ Pass Failure ]
     1045webkit.org/b/165195 fast/selectors/invalid-functional-pseudo-class.html [ Pass Failure ]
     1046webkit.org/b/165195 fast/selectors/nth-child-bounds.html [ Pass Failure ]
     1047webkit.org/b/165195 fast/selectors/nth-last-child-bounds.html [ Pass Failure ]
     1048webkit.org/b/165195 fast/text/text-combine-crash.html [ Pass Failure ]
     1049
     1050# The following tests should probably just be removed, since they will never pass. Do this once
     1051# the new CSS Parser turns on.
     1052webkit.org/b/165195 svg/dom/SVGColor.html [ Pass Failure ]
     1053webkit.org/b/165195 svg/dom/SVGPaint.html [ Pass Failure ]
     1054
     1055
     1056
     1057
     1058
     1059
Note: See TracChangeset for help on using the changeset viewer.