Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update regress to v0.8.0 and use UTF16 / UCS2 matching #3627

Merged
merged 2 commits into from
Jan 29, 2024
Merged

Conversation

raskad
Copy link
Member

@raskad raskad commented Jan 29, 2024

This Pull Request changes the following:

  • Update regress to v0.8.0
  • Use regress UTF16 / UCS2 matching
  • Enable ignored regexp tests

Copy link

Test262 conformance changes

Test result main count PR count difference
Total 95,960 95,960 0
Passed 76,596 77,770 +1,174
Ignored 18,477 17,483 -994
Failed 887 707 -180
Panics 0 0 0
Conformance 79.82% 81.04% +1.22%
Fixed tests (1234):
test/annexB/built-ins/RegExp/RegExp-leading-escape.js [strict mode] (previously Failed)
test/annexB/built-ins/RegExp/RegExp-leading-escape.js (previously Failed)
test/annexB/built-ins/RegExp/RegExp-invalid-control-escape-character-class.js [strict mode] (previously Failed)
test/annexB/built-ins/RegExp/RegExp-invalid-control-escape-character-class.js (previously Failed)
test/annexB/built-ins/RegExp/RegExp-decimal-escape-class-range.js [strict mode] (previously Failed)
test/annexB/built-ins/RegExp/RegExp-decimal-escape-class-range.js (previously Failed)
test/annexB/built-ins/RegExp/RegExp-decimal-escape-not-capturing.js [strict mode] (previously Failed)
test/annexB/built-ins/RegExp/RegExp-decimal-escape-not-capturing.js (previously Failed)
test/annexB/built-ins/RegExp/RegExp-trailing-escape-BMP.js [strict mode] (previously Failed)
test/annexB/built-ins/RegExp/RegExp-trailing-escape-BMP.js (previously Failed)
test/annexB/built-ins/RegExp/incomplete_hex_unicode_escape.js [strict mode] (previously Failed)
test/annexB/built-ins/RegExp/incomplete_hex_unicode_escape.js (previously Failed)
test/annexB/built-ins/RegExp/RegExp-trailing-escape.js [strict mode] (previously Failed)
test/annexB/built-ins/RegExp/RegExp-trailing-escape.js (previously Failed)
test/annexB/built-ins/RegExp/RegExp-control-escape-russian-letter.js [strict mode] (previously Failed)
test/annexB/built-ins/RegExp/RegExp-control-escape-russian-letter.js (previously Failed)
test/annexB/built-ins/RegExp/RegExp-leading-escape-BMP.js [strict mode] (previously Failed)
test/annexB/built-ins/RegExp/RegExp-leading-escape-BMP.js (previously Failed)
test/annexB/built-ins/RegExp/named-groups/non-unicode-malformed.js [strict mode] (previously Failed)
test/annexB/built-ins/RegExp/named-groups/non-unicode-malformed.js (previously Failed)
test/annexB/built-ins/RegExp/named-groups/non-unicode-malformed-lookbehind.js [strict mode] (previously Failed)
test/annexB/built-ins/RegExp/named-groups/non-unicode-malformed-lookbehind.js (previously Failed)
test/annexB/built-ins/RegExp/prototype/compile/pattern-string-u.js [strict mode] (previously Failed)
test/annexB/built-ins/RegExp/prototype/compile/pattern-string-u.js (previously Failed)
test/annexB/language/literals/regexp/quantifiable-assertion-not-followed-by.js [strict mode] (previously Failed)
test/annexB/language/literals/regexp/quantifiable-assertion-not-followed-by.js (previously Failed)
test/annexB/language/literals/regexp/identity-escape.js [strict mode] (previously Failed)
test/annexB/language/literals/regexp/identity-escape.js (previously Failed)
test/annexB/language/literals/regexp/quantifiable-assertion-followed-by.js [strict mode] (previously Failed)
test/annexB/language/literals/regexp/quantifiable-assertion-followed-by.js (previously Failed)
test/annexB/language/literals/regexp/class-escape.js [strict mode] (previously Failed)
test/annexB/language/literals/regexp/class-escape.js (previously Failed)
test/annexB/language/literals/regexp/legacy-octal-escape.js [strict mode] (previously Failed)
test/annexB/language/literals/regexp/legacy-octal-escape.js (previously Failed)
test/built-ins/String/prototype/split/separator-regexp.js [strict mode] (previously Failed)
test/built-ins/String/prototype/split/separator-regexp.js (previously Failed)
test/built-ins/RegExp/unicode_restricted_identity_escape_alpha.js [strict mode] (previously Failed)
test/built-ins/RegExp/unicode_restricted_identity_escape_alpha.js (previously Failed)
test/built-ins/RegExp/unicode_restricted_brackets.js [strict mode] (previously Failed)
test/built-ins/RegExp/unicode_restricted_brackets.js (previously Failed)
test/built-ins/RegExp/dotall/without-dotall.js [strict mode] (previously Failed)
test/built-ins/RegExp/dotall/without-dotall.js (previously Failed)
test/built-ins/RegExp/dotall/without-dotall-unicode.js [strict mode] (previously Failed)
test/built-ins/RegExp/dotall/without-dotall-unicode.js (previously Failed)
test/built-ins/RegExp/dotall/with-dotall.js [strict mode] (previously Failed)
test/built-ins/RegExp/dotall/with-dotall.js (previously Failed)
test/built-ins/RegExp/dotall/with-dotall-unicode.js [strict mode] (previously Failed)
test/built-ins/RegExp/dotall/with-dotall-unicode.js (previously Failed)
test/built-ins/RegExp/property-escapes/grammar-extension-unopened.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/grammar-extension-unopened.js (previously Ignored)
test/built-ins/RegExp/property-escapes/unsupported-binary-property-Expands_On_NFC.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/unsupported-binary-property-Expands_On_NFC.js (previously Ignored)
test/built-ins/RegExp/property-escapes/loose-matching-07-negated.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/loose-matching-07-negated.js (previously Ignored)
test/built-ins/RegExp/property-escapes/non-existent-property-value-Script_Extensions.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/non-existent-property-value-Script_Extensions.js (previously Ignored)
test/built-ins/RegExp/property-escapes/binary-property-with-value-ASCII_-_F.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/binary-property-with-value-ASCII_-_F.js (previously Ignored)
test/built-ins/RegExp/property-escapes/unsupported-binary-property-Composition_Exclusion-negated.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/unsupported-binary-property-Composition_Exclusion-negated.js (previously Ignored)
test/built-ins/RegExp/property-escapes/grammar-extension-separator-only.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/grammar-extension-separator-only.js (previously Ignored)
test/built-ins/RegExp/property-escapes/unsupported-binary-property-Other_Alphabetic.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/unsupported-binary-property-Other_Alphabetic.js (previously Ignored)
test/built-ins/RegExp/property-escapes/non-binary-property-without-value-General_Category-negated.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/non-binary-property-without-value-General_Category-negated.js (previously Ignored)
test/built-ins/RegExp/property-escapes/loose-matching-02-negated.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/loose-matching-02-negated.js (previously Ignored)
test/built-ins/RegExp/property-escapes/loose-matching-05.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/loose-matching-05.js (previously Ignored)
test/built-ins/RegExp/property-escapes/grammar-extension-unclosed-negated.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/grammar-extension-unclosed-negated.js (previously Ignored)
test/built-ins/RegExp/property-escapes/loose-matching-09.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/loose-matching-09.js (previously Ignored)
test/built-ins/RegExp/property-escapes/binary-property-with-value-ASCII_-_N.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/binary-property-with-value-ASCII_-_N.js (previously Ignored)
test/built-ins/RegExp/property-escapes/non-binary-property-without-value-Script-equals.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/non-binary-property-without-value-Script-equals.js (previously Ignored)
test/built-ins/RegExp/property-escapes/unsupported-binary-property-Other_Grapheme_Extend.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/unsupported-binary-property-Other_Grapheme_Extend.js (previously Ignored)
test/built-ins/RegExp/property-escapes/grammar-extension-separator-negated.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/grammar-extension-separator-negated.js (previously Ignored)
test/built-ins/RegExp/property-escapes/unsupported-binary-property-Grapheme_Link-negated.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/unsupported-binary-property-Grapheme_Link-negated.js (previously Ignored)
test/built-ins/RegExp/property-escapes/binary-property-with-value-ASCII_-_No-negated.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/binary-property-with-value-ASCII_-_No-negated.js (previously Ignored)
test/built-ins/RegExp/property-escapes/binary-property-with-value-ASCII_-_Invalid.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/binary-property-with-value-ASCII_-_Invalid.js (previously Ignored)
test/built-ins/RegExp/property-escapes/unsupported-property-Block-with-value.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/unsupported-property-Block-with-value.js (previously Ignored)
test/built-ins/RegExp/property-escapes/unsupported-binary-property-Composition_Exclusion.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/unsupported-binary-property-Composition_Exclusion.js (previously Ignored)
test/built-ins/RegExp/property-escapes/grammar-extension-unclosed.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/grammar-extension-unclosed.js (previously Ignored)
test/built-ins/RegExp/property-escapes/loose-matching-11-negated.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/loose-matching-11-negated.js (previously Ignored)
test/built-ins/RegExp/property-escapes/character-class.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/character-class.js (previously Ignored)
test/built-ins/RegExp/property-escapes/grammar-extension-In-prefix-Block-implicit-negated.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/grammar-extension-In-prefix-Block-implicit-negated.js (previously Ignored)
test/built-ins/RegExp/property-escapes/unsupported-binary-property-Expands_On_NFKD.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/unsupported-binary-property-Expands_On_NFKD.js (previously Ignored)
test/built-ins/RegExp/property-escapes/grammar-extension-invalid-negated.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/grammar-extension-invalid-negated.js (previously Ignored)
test/built-ins/RegExp/property-escapes/grammar-extension-separator-and-value-only-negated.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/grammar-extension-separator-and-value-only-negated.js (previously Ignored)
test/built-ins/RegExp/property-escapes/unsupported-binary-property-FC_NFKC_Closure.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/unsupported-binary-property-FC_NFKC_Closure.js (previously Ignored)
test/built-ins/RegExp/property-escapes/loose-matching-05-negated.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/loose-matching-05-negated.js (previously Ignored)
test/built-ins/RegExp/property-escapes/binary-property-with-value-ASCII_-_Y-negated.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/binary-property-with-value-ASCII_-_Y-negated.js (previously Ignored)
test/built-ins/RegExp/property-escapes/grammar-extension-In-prefix-Script-implicit.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/grammar-extension-In-prefix-Script-implicit.js (previously Ignored)
test/built-ins/RegExp/property-escapes/unsupported-property-FC_NFKC_Closure.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/unsupported-property-FC_NFKC_Closure.js (previously Ignored)
test/built-ins/RegExp/property-escapes/non-binary-property-without-value-Script-equals-negated.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/non-binary-property-without-value-Script-equals-negated.js (previously Ignored)
test/built-ins/RegExp/property-escapes/non-binary-property-without-value-General_Category-equals.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/non-binary-property-without-value-General_Category-equals.js (previously Ignored)
test/built-ins/RegExp/property-escapes/loose-matching-03-negated.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/loose-matching-03-negated.js (previously Ignored)
test/built-ins/RegExp/property-escapes/non-existent-property-value-Script-negated.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/non-existent-property-value-Script-negated.js (previously Ignored)
test/built-ins/RegExp/property-escapes/loose-matching-01.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/loose-matching-01.js (previously Ignored)
test/built-ins/RegExp/property-escapes/unsupported-binary-property-Other_Lowercase-negated.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/unsupported-binary-property-Other_Lowercase-negated.js (previously Ignored)
test/built-ins/RegExp/property-escapes/unsupported-binary-property-Expands_On_NFKC.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/unsupported-binary-property-Expands_On_NFKC.js (previously Ignored)
test/built-ins/RegExp/property-escapes/unsupported-property-Line_Break-with-value.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/unsupported-property-Line_Break-with-value.js (previously Ignored)
test/built-ins/RegExp/property-escapes/loose-matching-04-negated.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/loose-matching-04-negated.js (previously Ignored)
test/built-ins/RegExp/property-escapes/unsupported-binary-property-Other_Math.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/unsupported-binary-property-Other_Math.js (previously Ignored)
test/built-ins/RegExp/property-escapes/loose-matching-06-negated.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/loose-matching-06-negated.js (previously Ignored)
test/built-ins/RegExp/property-escapes/binary-property-with-value-ASCII_-_No.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/binary-property-with-value-ASCII_-_No.js (previously Ignored)
test/built-ins/RegExp/property-escapes/unsupported-binary-property-Other_ID_Continue.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/unsupported-binary-property-Other_ID_Continue.js (previously Ignored)
test/built-ins/RegExp/property-escapes/grammar-extension-no-braces-negated.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/grammar-extension-no-braces-negated.js (previously Ignored)
test/built-ins/RegExp/property-escapes/non-binary-property-without-value-General_Category.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/non-binary-property-without-value-General_Category.js (previously Ignored)
test/built-ins/RegExp/property-escapes/character-class-range-no-dash-end.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/character-class-range-no-dash-end.js (previously Ignored)
test/built-ins/RegExp/property-escapes/non-existent-property-and-value.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/non-existent-property-and-value.js (previously Ignored)
test/built-ins/RegExp/property-escapes/unsupported-binary-property-Other_Grapheme_Extend-negated.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/unsupported-binary-property-Other_Grapheme_Extend-negated.js (previously Ignored)
test/built-ins/RegExp/property-escapes/loose-matching-09-negated.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/loose-matching-09-negated.js (previously Ignored)
test/built-ins/RegExp/property-escapes/unsupported-property-Line_Break-with-value-negated.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/unsupported-property-Line_Break-with-value-negated.js (previously Ignored)
test/built-ins/RegExp/property-escapes/loose-matching-13.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/loose-matching-13.js (previously Ignored)
test/built-ins/RegExp/property-escapes/loose-matching-14-negated.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/loose-matching-14-negated.js (previously Ignored)
test/built-ins/RegExp/property-escapes/non-existent-property-value-Script_Extensions-negated.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/non-existent-property-value-Script_Extensions-negated.js (previously Ignored)
test/built-ins/RegExp/property-escapes/non-binary-property-without-value-Script_Extensions-equals-negated.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/non-binary-property-without-value-Script_Extensions-equals-negated.js (previously Ignored)
test/built-ins/RegExp/property-escapes/binary-property-with-value-ASCII_-_T.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/binary-property-with-value-ASCII_-_T.js (previously Ignored)
test/built-ins/RegExp/property-escapes/binary-property-with-value-ASCII_-_Y.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/binary-property-with-value-ASCII_-_Y.js (previously Ignored)
test/built-ins/RegExp/property-escapes/unsupported-binary-property-Other_ID_Start-negated.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/unsupported-binary-property-Other_ID_Start-negated.js (previously Ignored)
test/built-ins/RegExp/property-escapes/loose-matching-10-negated.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/loose-matching-10-negated.js (previously Ignored)
test/built-ins/RegExp/property-escapes/binary-property-with-value-ASCII_-_Yes-negated.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/binary-property-with-value-ASCII_-_Yes-negated.js (previously Ignored)
test/built-ins/RegExp/property-escapes/grammar-extension-no-braces.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/grammar-extension-no-braces.js (previously Ignored)
test/built-ins/RegExp/property-escapes/loose-matching-03.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/loose-matching-03.js (previously Ignored)
test/built-ins/RegExp/property-escapes/unsupported-binary-property-Prepended_Concatenation_Mark-negated.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/unsupported-binary-property-Prepended_Concatenation_Mark-negated.js (previously Ignored)
test/built-ins/RegExp/property-escapes/loose-matching-11.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/loose-matching-11.js (previously Ignored)
test/built-ins/RegExp/property-escapes/loose-matching-04.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/loose-matching-04.js (previously Ignored)
test/built-ins/RegExp/property-escapes/binary-property-with-value-ASCII_-_Invalid-negated.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/binary-property-with-value-ASCII_-_Invalid-negated.js (previously Ignored)
test/built-ins/RegExp/property-escapes/loose-matching-10.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/loose-matching-10.js (previously Ignored)
test/built-ins/RegExp/property-escapes/grammar-extension-Is-prefix-Script-negated.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/grammar-extension-Is-prefix-Script-negated.js (previously Ignored)
test/built-ins/RegExp/property-escapes/grammar-extension-separator-and-value-only.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/grammar-extension-separator-and-value-only.js (previously Ignored)
test/built-ins/RegExp/property-escapes/grammar-extension-empty-negated.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/grammar-extension-empty-negated.js (previously Ignored)
test/built-ins/RegExp/property-escapes/non-binary-property-without-value-Script_Extensions-equals.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/non-binary-property-without-value-Script_Extensions-equals.js (previously Ignored)
test/built-ins/RegExp/property-escapes/unsupported-binary-property-Other_ID_Continue-negated.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/unsupported-binary-property-Other_ID_Continue-negated.js (previously Ignored)
test/built-ins/RegExp/property-escapes/grammar-extension-invalid.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/grammar-extension-invalid.js (previously Ignored)
test/built-ins/RegExp/property-escapes/unsupported-property-Line_Break.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/unsupported-property-Line_Break.js (previously Ignored)
test/built-ins/RegExp/property-escapes/loose-matching-07.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/loose-matching-07.js (previously Ignored)
test/built-ins/RegExp/property-escapes/loose-matching-12.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/loose-matching-12.js (previously Ignored)
test/built-ins/RegExp/property-escapes/non-existent-binary-property-negated.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/non-existent-binary-property-negated.js (previously Ignored)
test/built-ins/RegExp/property-escapes/unsupported-binary-property-Hyphen.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/unsupported-binary-property-Hyphen.js (previously Ignored)
test/built-ins/RegExp/property-escapes/unsupported-binary-property-Grapheme_Link.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/unsupported-binary-property-Grapheme_Link.js (previously Ignored)
test/built-ins/RegExp/property-escapes/unsupported-binary-property-Other_Lowercase.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/unsupported-binary-property-Other_Lowercase.js (previously Ignored)
test/built-ins/RegExp/property-escapes/grammar-extension-no-braces-value-negated.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/grammar-extension-no-braces-value-negated.js (previously Ignored)
test/built-ins/RegExp/property-escapes/unsupported-property-FC_NFKC_Closure-negated.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/unsupported-property-FC_NFKC_Closure-negated.js (previously Ignored)
test/built-ins/RegExp/property-escapes/binary-property-with-value-ASCII_-_T-negated.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/binary-property-with-value-ASCII_-_T-negated.js (previously Ignored)
test/built-ins/RegExp/property-escapes/grammar-extension-In-prefix-Block-implicit.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/grammar-extension-In-prefix-Block-implicit.js (previously Ignored)
test/built-ins/RegExp/property-escapes/grammar-extension-circumflex-negation-negated.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/grammar-extension-circumflex-negation-negated.js (previously Ignored)
test/built-ins/RegExp/property-escapes/unsupported-binary-property-Other_Uppercase.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/unsupported-binary-property-Other_Uppercase.js (previously Ignored)
test/built-ins/RegExp/property-escapes/unsupported-binary-property-Other_Math-negated.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/unsupported-binary-property-Other_Math-negated.js (previously Ignored)
test/built-ins/RegExp/property-escapes/grammar-extension-In-prefix-Script-negated.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/grammar-extension-In-prefix-Script-negated.js (previously Ignored)
test/built-ins/RegExp/property-escapes/unsupported-binary-property-Full_Composition_Exclusion-negated.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/unsupported-binary-property-Full_Composition_Exclusion-negated.js (previously Ignored)
test/built-ins/RegExp/property-escapes/unsupported-property-Line_Break-negated.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/unsupported-property-Line_Break-negated.js (previously Ignored)
test/built-ins/RegExp/property-escapes/unsupported-binary-property-Other_Default_Ignorable_Code_Point.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/unsupported-binary-property-Other_Default_Ignorable_Code_Point.js (previously Ignored)
test/built-ins/RegExp/property-escapes/unsupported-binary-property-Other_ID_Start.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/unsupported-binary-property-Other_ID_Start.js (previously Ignored)
test/built-ins/RegExp/property-escapes/non-existent-property-value-General_Category-negated.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/non-existent-property-value-General_Category-negated.js (previously Ignored)
test/built-ins/RegExp/property-escapes/non-existent-property-value-general-category.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/non-existent-property-value-general-category.js (previously Ignored)
test/built-ins/RegExp/property-escapes/character-class-range-end.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/character-class-range-end.js (previously Ignored)
test/built-ins/RegExp/property-escapes/binary-property-with-value-ASCII_-_F-negated.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/binary-property-with-value-ASCII_-_F-negated.js (previously Ignored)
test/built-ins/RegExp/property-escapes/loose-matching-08-negated.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/loose-matching-08-negated.js (previously Ignored)
test/built-ins/RegExp/property-escapes/grammar-extension-unopened-negated.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/grammar-extension-unopened-negated.js (previously Ignored)
test/built-ins/RegExp/property-escapes/unsupported-binary-property-Hyphen-negated.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/unsupported-binary-property-Hyphen-negated.js (previously Ignored)
test/built-ins/RegExp/property-escapes/grammar-extension-In-prefix-Script-implicit-negated.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/grammar-extension-In-prefix-Script-implicit-negated.js (previously Ignored)
test/built-ins/RegExp/property-escapes/unsupported-binary-property-Other_Default_Ignorable_Code_Point-negated.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/unsupported-binary-property-Other_Default_Ignorable_Code_Point-negated.js (previously Ignored)
test/built-ins/RegExp/property-escapes/non-binary-property-without-value-Script.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/non-binary-property-without-value-Script.js (previously Ignored)
test/built-ins/RegExp/property-escapes/grammar-extension-circumflex-negation.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/grammar-extension-circumflex-negation.js (previously Ignored)
test/built-ins/RegExp/property-escapes/grammar-extension-empty.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/grammar-extension-empty.js (previously Ignored)
test/built-ins/RegExp/property-escapes/unsupported-binary-property-Full_Composition_Exclusion.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/unsupported-binary-property-Full_Composition_Exclusion.js (previously Ignored)
test/built-ins/RegExp/property-escapes/unsupported-binary-property-FC_NFKC_Closure-negated.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/unsupported-binary-property-FC_NFKC_Closure-negated.js (previously Ignored)
test/built-ins/RegExp/property-escapes/non-binary-property-without-value-General_Category-equals-negated.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/non-binary-property-without-value-General_Category-equals-negated.js (previously Ignored)
test/built-ins/RegExp/property-escapes/loose-matching-06.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/loose-matching-06.js (previously Ignored)
test/built-ins/RegExp/property-escapes/grammar-extension-no-braces-value.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/grammar-extension-no-braces-value.js (previously Ignored)
test/built-ins/RegExp/property-escapes/binary-property-with-value-ASCII_-_N-negated.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/binary-property-with-value-ASCII_-_N-negated.js (previously Ignored)
test/built-ins/RegExp/property-escapes/non-existent-binary-property.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/non-existent-binary-property.js (previously Ignored)
test/built-ins/RegExp/property-escapes/unsupported-binary-property-Expands_On_NFD-negated.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/unsupported-binary-property-Expands_On_NFD-negated.js (previously Ignored)
test/built-ins/RegExp/property-escapes/loose-matching-08.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/loose-matching-08.js (previously Ignored)
test/built-ins/RegExp/property-escapes/non-existent-property-value-Script.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/non-existent-property-value-Script.js (previously Ignored)
test/built-ins/RegExp/property-escapes/loose-matching-12-negated.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/loose-matching-12-negated.js (previously Ignored)
test/built-ins/RegExp/property-escapes/loose-matching-01-negated.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/loose-matching-01-negated.js (previously Ignored)
test/built-ins/RegExp/property-escapes/unsupported-binary-property-Other_Uppercase-negated.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/unsupported-binary-property-Other_Uppercase-negated.js (previously Ignored)
test/built-ins/RegExp/property-escapes/grammar-extension-separator-only-negated.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/grammar-extension-separator-only-negated.js (previously Ignored)
test/built-ins/RegExp/property-escapes/non-binary-property-without-value-Script-negated.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/non-binary-property-without-value-Script-negated.js (previously Ignored)
test/built-ins/RegExp/property-escapes/loose-matching-14.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/loose-matching-14.js (previously Ignored)
test/built-ins/RegExp/property-escapes/non-binary-property-without-value-Script_Extensions-negated.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/non-binary-property-without-value-Script_Extensions-negated.js (previously Ignored)
test/built-ins/RegExp/property-escapes/unsupported-binary-property-Prepended_Concatenation_Mark.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/unsupported-binary-property-Prepended_Concatenation_Mark.js (previously Ignored)
test/built-ins/RegExp/property-escapes/loose-matching-13-negated.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/loose-matching-13-negated.js (previously Ignored)
test/built-ins/RegExp/property-escapes/character-class-range-start.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/character-class-range-start.js (previously Ignored)
test/built-ins/RegExp/property-escapes/unsupported-binary-property-Expands_On_NFKD-negated.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/unsupported-binary-property-Expands_On_NFKD-negated.js (previously Ignored)
test/built-ins/RegExp/property-escapes/grammar-extension-separator.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/grammar-extension-separator.js (previously Ignored)
test/built-ins/RegExp/property-escapes/character-class-range-no-dash-start.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/character-class-range-no-dash-start.js (previously Ignored)
test/built-ins/RegExp/property-escapes/non-existent-property-and-value-negated.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/non-existent-property-and-value-negated.js (previously Ignored)
test/built-ins/RegExp/property-escapes/non-existent-property-existing-value-negated.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/non-existent-property-existing-value-negated.js (previously Ignored)
test/built-ins/RegExp/property-escapes/loose-matching-02.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/loose-matching-02.js (previously Ignored)
test/built-ins/RegExp/property-escapes/unsupported-property-Block-with-value-negated.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/unsupported-property-Block-with-value-negated.js (previously Ignored)
test/built-ins/RegExp/property-escapes/unsupported-binary-property-Expands_On_NFD.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/unsupported-binary-property-Expands_On_NFD.js (previously Ignored)
test/built-ins/RegExp/property-escapes/grammar-extension-Is-prefix-Script.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/grammar-extension-Is-prefix-Script.js (previously Ignored)
test/built-ins/RegExp/property-escapes/unsupported-binary-property-Other_Alphabetic-negated.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/unsupported-binary-property-Other_Alphabetic-negated.js (previously Ignored)
test/built-ins/RegExp/property-escapes/non-existent-property-existing-value.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/non-existent-property-existing-value.js (previously Ignored)
test/built-ins/RegExp/property-escapes/binary-property-with-value-ASCII_-_Yes.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/binary-property-with-value-ASCII_-_Yes.js (previously Ignored)
test/built-ins/RegExp/property-escapes/unsupported-binary-property-Expands_On_NFKC-negated.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/unsupported-binary-property-Expands_On_NFKC-negated.js (previously Ignored)
test/built-ins/RegExp/property-escapes/non-binary-property-without-value-Script_Extensions.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/non-binary-property-without-value-Script_Extensions.js (previously Ignored)
test/built-ins/RegExp/property-escapes/unsupported-binary-property-Expands_On_NFC-negated.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/unsupported-binary-property-Expands_On_NFC-negated.js (previously Ignored)
test/built-ins/RegExp/property-escapes/grammar-extension-In-prefix-Script.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/grammar-extension-In-prefix-Script.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/General_Category_-_Letter_Number.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/General_Category_-_Letter_Number.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Pau_Cin_Hau.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Pau_Cin_Hau.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Ol_Chiki.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Ol_Chiki.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Soft_Dotted.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Soft_Dotted.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/General_Category_-_Paragraph_Separator.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/General_Category_-_Paragraph_Separator.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Hanifi_Rohingya.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Hanifi_Rohingya.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Malayalam.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Malayalam.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Emoji_Modifier_Base.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Emoji_Modifier_Base.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/IDS_Binary_Operator.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/IDS_Binary_Operator.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Old_Turkic.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Old_Turkic.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Chakma.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Chakma.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Emoji.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Emoji.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Changes_When_Casefolded.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Changes_When_Casefolded.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Sogdian.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Sogdian.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Palmyrene.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Palmyrene.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Lao.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Lao.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Hangul.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Hangul.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Latin.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Latin.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Carian.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Carian.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/General_Category_-_Cased_Letter.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/General_Category_-_Cased_Letter.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Buhid.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Buhid.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Bamum.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Bamum.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Emoji_Component.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Emoji_Component.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Khitan_Small_Script.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Khitan_Small_Script.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/General_Category_-_Modifier_Letter.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/General_Category_-_Modifier_Letter.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/General_Category_-_Other.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/General_Category_-_Other.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Lao.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Lao.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Ethiopic.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Ethiopic.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Javanese.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Javanese.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Hanifi_Rohingya.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Hanifi_Rohingya.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Shavian.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Shavian.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/General_Category_-_Close_Punctuation.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/General_Category_-_Close_Punctuation.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Cyrillic.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Cyrillic.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_New_Tai_Lue.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_New_Tai_Lue.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/ASCII.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/ASCII.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/General_Category_-_Unassigned.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/General_Category_-_Unassigned.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Old_Sogdian.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Old_Sogdian.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/General_Category_-_Lowercase_Letter.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/General_Category_-_Lowercase_Letter.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Gunjala_Gondi.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Gunjala_Gondi.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Kayah_Li.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Kayah_Li.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Latin.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Latin.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Tai_Le.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Tai_Le.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Sinhala.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Sinhala.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Telugu.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Telugu.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Myanmar.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Myanmar.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Cypriot.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Cypriot.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/White_Space.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/White_Space.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Terminal_Punctuation.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Terminal_Punctuation.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Nushu.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Nushu.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_SignWriting.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_SignWriting.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Changes_When_Lowercased.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Changes_When_Lowercased.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Coptic.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Coptic.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Dives_Akuru.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Dives_Akuru.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Common.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Common.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Khmer.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Khmer.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Tagbanwa.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Tagbanwa.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Inscriptional_Pahlavi.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Inscriptional_Pahlavi.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Batak.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Batak.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Makasar.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Makasar.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Ol_Chiki.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Ol_Chiki.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Chorasmian.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Chorasmian.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Old_Persian.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Old_Persian.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Multani.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Multani.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/General_Category_-_Control.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/General_Category_-_Control.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Saurashtra.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Saurashtra.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Bengali.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Bengali.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Tai_Viet.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Tai_Viet.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Nyiakeng_Puachue_Hmong.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Nyiakeng_Puachue_Hmong.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Sora_Sompeng.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Sora_Sompeng.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Meroitic_Hieroglyphs.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Meroitic_Hieroglyphs.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/ID_Continue.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/ID_Continue.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Grapheme_Extend.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Grapheme_Extend.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Thaana.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Thaana.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/General_Category_-_Letter.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/General_Category_-_Letter.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Tagalog.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Tagalog.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Khojki.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Khojki.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Devanagari.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Devanagari.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/General_Category_-_Other_Letter.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/General_Category_-_Other_Letter.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Lycian.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Lycian.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Unified_Ideograph.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Unified_Ideograph.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Extended_Pictographic.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Extended_Pictographic.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Yezidi.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Yezidi.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Bopomofo.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Bopomofo.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Yi.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Yi.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Manichaean.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Manichaean.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Warang_Citi.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Warang_Citi.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Gurmukhi.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Gurmukhi.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Wancho.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Wancho.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Tai_Tham.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Tai_Tham.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Cypro_Minoan.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Cypro_Minoan.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Marchen.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Marchen.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Wancho.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Wancho.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Changes_When_Titlecased.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Changes_When_Titlecased.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/ID_Start.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/ID_Start.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Imperial_Aramaic.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Imperial_Aramaic.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Anatolian_Hieroglyphs.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Anatolian_Hieroglyphs.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Yezidi.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Yezidi.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Duployan.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Duployan.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Avestan.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Avestan.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Ethiopic.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Ethiopic.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Sharada.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Sharada.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Elymaic.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Elymaic.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Dives_Akuru.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Dives_Akuru.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Runic.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Runic.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Georgian.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Georgian.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Alphabetic.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Alphabetic.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Emoji_Presentation.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Emoji_Presentation.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Takri.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Takri.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Grapheme_Base.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Grapheme_Base.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Egyptian_Hieroglyphs.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Egyptian_Hieroglyphs.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Cased.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Cased.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Variation_Selector.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Variation_Selector.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/General_Category_-_Modifier_Symbol.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/General_Category_-_Modifier_Symbol.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Thaana.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Thaana.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Siddham.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Siddham.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Grantha.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Grantha.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Balinese.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Balinese.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Gujarati.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Gujarati.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Braille.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Braille.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Ahom.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Ahom.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Old_Hungarian.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Old_Hungarian.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Toto.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Toto.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Hatran.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Hatran.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Join_Control.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Join_Control.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Tifinagh.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Tifinagh.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Inherited.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Inherited.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Warang_Citi.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Warang_Citi.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Quotation_Mark.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Quotation_Mark.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Devanagari.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Devanagari.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Mro.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Mro.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Kannada.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Kannada.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Armenian.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Armenian.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Balinese.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Balinese.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Meetei_Mayek.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Meetei_Mayek.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Medefaidrin.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Medefaidrin.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Bengali.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Bengali.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Adlam.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Adlam.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Nandinagari.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Nandinagari.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Gothic.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Gothic.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Meroitic_Hieroglyphs.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_-_Meroitic_Hieroglyphs.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Extender.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Extender.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Pattern_White_Space.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Pattern_White_Space.js (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Phoenician.js [strict mode] (previously Ignored)
test/built-ins/RegExp/property-escapes/generated/S...*[Comment body truncated]*

Copy link

codecov bot commented Jan 29, 2024

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (9ffbc03) 47.47% compared to head (175ae89) 47.43%.
Report is 5 commits behind head on main.

Files Patch % Lines
core/engine/src/builtins/regexp/mod.rs 88.88% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3627      +/-   ##
==========================================
- Coverage   47.47%   47.43%   -0.04%     
==========================================
  Files         475      476       +1     
  Lines       46256    46288      +32     
==========================================
+ Hits        21958    21959       +1     
- Misses      24298    24329      +31     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@raskad raskad marked this pull request as ready for review January 29, 2024 18:35
@raskad raskad added this to the v0.18.0 milestone Jan 29, 2024
@raskad raskad added enhancement New feature or request builtins PRs and Issues related to builtins/intrinsics waiting-on-review Waiting on reviews from the maintainers labels Jan 29, 2024
@raskad raskad requested a review from a team January 29, 2024 18:35
Copy link
Member

@jedel1043 jedel1043 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not much to review here because most of the work was done on regress, but it's really great to finally have proper UTF-16 support in most of the engine. Really great work!

@raskad raskad added this pull request to the merge queue Jan 29, 2024
Merged via the queue into main with commit 34d0084 Jan 29, 2024
14 checks passed
@raskad raskad deleted the regress-v0.8.0 branch January 29, 2024 21:38
@jedel1043 jedel1043 removed the waiting-on-review Waiting on reviews from the maintainers label Sep 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
builtins PRs and Issues related to builtins/intrinsics enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants