Changeset 223201 in webkit


Ignore:
Timestamp:
Oct 11, 2017 12:24:40 PM (6 years ago)
Author:
msaboff@apple.com
Message:

Disable test262 named capture group tests with direct unicode names and with references before definitions
https://bugs.webkit.org/show_bug.cgi?id=178177

Reviewed by Keith Miller.

Bugs to track fixing these test are:
https://bugs.webkit.org/show_bug.cgi?id=178174 -

"Add support in named capture group identifiers for direct surrogate pairs"

https://bugs.webkit.org/show_bug.cgi?id=178175 -

"Test262 failure with Named Capture Groups - using a reference before the group is defined"

  • test262.yaml:
Location:
trunk/JSTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JSTests/ChangeLog

    r223175 r223201  
     12017-10-11  Michael Saboff  <msaboff@apple.com>
     2
     3        Disable test262 named capture group tests with direct unicode names and with references before definitions
     4        https://bugs.webkit.org/show_bug.cgi?id=178177
     5
     6        Reviewed by Keith Miller.
     7
     8        Bugs to track fixing these test are:
     9        https://bugs.webkit.org/show_bug.cgi?id=178174 -
     10            "Add support in named capture group identifiers for direct surrogate pairs"
     11        https://bugs.webkit.org/show_bug.cgi?id=178175 -
     12            "Test262 failure with Named Capture Groups - using a reference before the group is defined"
     13
     14        * test262.yaml:
     15
    1162017-10-11  Caio Lima  <ticaiolima@gmail.com>
    217
  • trunk/JSTests/test262.yaml

    r223124 r223201  
    4089940899  cmd: runTest262 :normal, "NoException", ["../../../../harness/assert.js", "../../../../harness/sta.js", "../../../../harness/compareArray.js"], [:strict]
    4090040900- path: test262/test/built-ins/RegExp/named-groups/unicode-property-names.js
    40901   cmd: runTest262 :normal, "NoException", ["../../../../harness/assert.js", "../../../../harness/sta.js"], []
     40901  cmd: runTest262 :fail, "NoException", ["../../../../harness/assert.js", "../../../../harness/sta.js"], []
    4090240902- path: test262/test/built-ins/RegExp/named-groups/unicode-property-names.js
    40903   cmd: runTest262 :normal, "NoException", ["../../../../harness/assert.js", "../../../../harness/sta.js"], [:strict]
     40903  cmd: runTest262 :fail, "NoException", ["../../../../harness/assert.js", "../../../../harness/sta.js"], [:strict]
    4090440904- path: test262/test/built-ins/RegExp/named-groups/unicode-references.js
    40905   cmd: runTest262 :normal, "NoException", ["../../../../harness/assert.js", "../../../../harness/sta.js", "../../../../harness/compareArray.js"], []
     40905  cmd: runTest262 :fail, "NoException", ["../../../../harness/assert.js", "../../../../harness/sta.js", "../../../../harness/compareArray.js"], []
    4090640906- path: test262/test/built-ins/RegExp/named-groups/unicode-references.js
    40907   cmd: runTest262 :normal, "NoException", ["../../../../harness/assert.js", "../../../../harness/sta.js", "../../../../harness/compareArray.js"], [:strict]
     40907  cmd: runTest262 :fail, "NoException", ["../../../../harness/assert.js", "../../../../harness/sta.js", "../../../../harness/compareArray.js"], [:strict]
    4090840908- path: test262/test/built-ins/RegExp/property-escapes/binary-properties-with-value.js
    4090940909  cmd: runTest262 :normal, "NoException", ["../../../../harness/assert.js", "../../../../harness/sta.js"], []
Note: See TracChangeset for help on using the changeset viewer.