Changeset 244833 in webkit
- Timestamp:
- May 1, 2019, 10:48:59 AM (7 years ago)
- Location:
- trunk/JSTests
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
test262/expectations.yaml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/JSTests/ChangeLog
r244832 r244833 1 2019-05-01 Ross Kirsling <ross.kirsling@sony.com> 2 3 Unreviewed correction to Test262 expectations following r244828. 4 5 * test262/expectations.yaml: 6 1 7 2019-05-01 Stephan Szabo <stephan.szabo@sony.com> 2 8 -
trunk/JSTests/test262/expectations.yaml
r242699 r244833 1157 1157 strict mode: 'Test262Error: Expected SameValue(«/(?:)/», «/(?:)/») to be true' 1158 1158 test/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' 1161 1161 test/built-ins/RegExp/prototype/Symbol.replace/result-coerce-capture.js: 1162 1162 default: 'Test262Error: Expected SameValue(«», «foo[toString value]bar») to be true' … … 1193 1193 strict mode: 'Test262Error: Expected SameValue(«0», «1») to be true' 1194 1194 test/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' 1197 1197 test/built-ins/RegExp/prototype/global/cross-realm.js: 1198 1198 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.