|
7 | 7 | "ExcludedFeatures": [ |
8 | 8 | "import-defer", |
9 | 9 | "import-text", |
10 | | - "regexp-unicode-property-escapes", |
11 | | - "regexp-v-flag", |
12 | 10 | "source-phase-imports", |
13 | 11 | "tail-call-optimization" |
14 | 12 | ], |
|
26 | 24 | // Currently quite impossible to detect if assignment target is CoverParenthesizedExpression |
27 | 25 | "language/expressions/assignment/fn-name-lhs-cover.js", |
28 | 26 |
|
29 | | - // === REGEX EXCLUSIONS === |
30 | | - |
31 | | - // CharacterClassEscapes tests internally use v flag which is not supported |
32 | | - "built-ins/RegExp/CharacterClassEscapes/*.js", |
33 | | - |
34 | | - // .NET regex engine: forward backreferences not supported in ECMAScript mode |
35 | | - "built-ins/RegExp/S15.10.2.11_A1_T5.js", |
36 | | - "built-ins/RegExp/S15.10.2.11_A1_T7.js", |
37 | | - "language/literals/regexp/named-groups/forward-reference.js", |
38 | | - "built-ins/RegExp/named-groups/non-unicode-references.js", |
39 | | - "built-ins/RegExp/named-groups/unicode-references.js", |
40 | | - |
41 | | - // .NET regex engine: lookbehind backreference capture semantics differ from JS |
42 | | - "built-ins/RegExp/lookBehind/back-references-to-captures.js", |
43 | | - "built-ins/RegExp/lookBehind/mutual-recursive.js", |
44 | | - |
45 | | - // .NET regex engine: nullable quantifier and lookahead capture group semantics differ |
46 | | - "built-ins/RegExp/nullable-quantifier.js", |
47 | | - "built-ins/RegExp/lookahead-quantifier-match-groups.js", |
48 | | - |
49 | | - // .NET regex engine: scoped regexp modifiers don't fully match ECMAScript boundary and multiline semantics |
50 | | - "built-ins/RegExp/regexp-modifiers/add-ignoreCase-affects-slash-lower-b.js", |
51 | | - "built-ins/RegExp/regexp-modifiers/add-ignoreCase-affects-slash-lower-w.js", |
52 | | - "built-ins/RegExp/regexp-modifiers/add-ignoreCase-affects-slash-upper-b.js", |
53 | | - "built-ins/RegExp/regexp-modifiers/add-ignoreCase-affects-slash-upper-w.js", |
54 | | - "built-ins/RegExp/regexp-modifiers/add-multiline.js", |
55 | | - "built-ins/RegExp/regexp-modifiers/remove-multiline-does-not-affect-dotAll-flag.js", |
56 | | - |
57 | | - // .NET regex engine: complex quantifier capture group tracking differs |
58 | | - "built-ins/RegExp/S15.10.2.5_A1_T4.js", |
59 | | - "built-ins/RegExp/prototype/exec/S15.10.6.2_A1_T6.js", |
60 | | - |
61 | | - // .NET regex engine: Unicode case folding tables differ from ECMAScript CaseFolding.txt |
62 | | - "language/literals/regexp/u-case-mapping.js", |
63 | | - "built-ins/RegExp/unicode_full_case_folding.js", |
64 | | - |
65 | | - // .NET regex engine: quantifier values exceeding int.MaxValue |
66 | | - "built-ins/RegExp/quantifier-integer-limit.js", |
67 | | - |
68 | | - // .NET regex engine: quantified groups with alternation retain captures from previous iterations |
69 | | - // (JavaScript resets non-participating groups per iteration, .NET does not) |
70 | | - "built-ins/RegExp/named-groups/duplicate-names-exec.js", |
71 | | - "built-ins/RegExp/named-groups/duplicate-names-match.js", |
72 | | - "built-ins/RegExp/named-groups/duplicate-names-test.js", |
73 | | - "built-ins/RegExp/prototype/exec/duplicate-named-groups-properties.js", |
74 | | - "built-ins/RegExp/prototype/exec/duplicate-named-indices-groups-properties.js", |
75 | | - "built-ins/String/prototype/match/duplicate-named-groups-properties.js", |
76 | | - "built-ins/String/prototype/match/duplicate-named-indices-groups-properties.js", |
77 | | - |
78 | 27 | // requires investigation how to process complex function name evaluation for property |
79 | 28 | "built-ins/Function/prototype/toString/method-computed-property-name.js", |
80 | 29 |
|
|
355 | 304 | "intl402/Temporal/ZonedDateTime/prototype/with/leap-year-hebrew.js", |
356 | 305 | "intl402/Temporal/ZonedDateTime/prototype/withCalendar/extreme-dates.js", |
357 | 306 | "intl402/Temporal/ZonedDateTime/prototype/year/arithmetic-year.js", |
358 | | - "intl402/Temporal/ZonedDateTime/prototype/year/epoch-year.js", |
359 | | - |
360 | | - // === ANNEX B EXCLUSIONS === |
361 | | - |
362 | | - // Acornima parser/RegExp limitation: malformed named groups in non-unicode mode |
363 | | - // Per B.1.2, non-unicode RegExp should accept some malformed named group syntax |
364 | | - "annexB/built-ins/RegExp/named-groups/non-unicode-malformed.js" |
| 307 | + "intl402/Temporal/ZonedDateTime/prototype/year/epoch-year.js" |
365 | 308 |
|
366 | 309 | ] |
367 | 310 | } |
0 commit comments