⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 244833 in webkit


Ignore:
Timestamp:
May 1, 2019, 10:48:59 AM (7 years ago)
Author:
Ross Kirsling
Message:

Unreviewed correction to Test262 expectations following r244828.

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

Legend:

Unmodified
Added
Removed
  • trunk/JSTests/ChangeLog

    r244832 r244833  
     12019-05-01  Ross Kirsling  <ross.kirsling@sony.com>
     2
     3        Unreviewed correction to Test262 expectations following r244828.
     4
     5        * test262/expectations.yaml:
     6
    172019-05-01  Stephan Szabo  <stephan.szabo@sony.com>
    28
  • trunk/JSTests/test262/expectations.yaml

    r242699 r244833  
    11571157  strict mode: 'Test262Error: Expected SameValue(«/(?:)/», «/(?:)/») to be true'
    11581158test/built-ins/RegExp/prototype/Symbol.match/builtin-infer-unicode.js:
    1159   default: 'Test262Error: Expected SameValue(Â«í¼†Â», «null») to be true'
    1160   strict mode: 'Test262Error: Expected SameValue(Â«í¼†Â», «null») to be true'
     1159  default: 'Test262Error: Expected SameValue(«�», «null») to be true'
     1160  strict mode: 'Test262Error: Expected SameValue(«�», «null») to be true'
    11611161test/built-ins/RegExp/prototype/Symbol.replace/result-coerce-capture.js:
    11621162  default: 'Test262Error: Expected SameValue(«», «foo[toString value]bar») to be true'
     
    11931193  strict mode: 'Test262Error: Expected SameValue(«0», «1») to be true'
    11941194test/built-ins/RegExp/prototype/exec/u-lastindex-adv.js:
    1195   default: 'Test262Error: Expected SameValue(Â«í¼†Â», «null») to be true'
    1196   strict mode: 'Test262Error: Expected SameValue(Â«í¼†Â», «null») to be true'
     1195  default: 'Test262Error: Expected SameValue(«�», «null») to be true'
     1196  strict mode: 'Test262Error: Expected SameValue(«�», «null») to be true'
    11971197test/built-ins/RegExp/prototype/global/cross-realm.js:
    11981198  default: 'Test262Error: cross-realm RegExp.prototype Expected a TypeError to be thrown but no exception was thrown at all'
Note: See TracChangeset for help on using the changeset viewer.