quickjs-tart

quickjs-based runtime for wallet-core logic
Log | Files | Refs | README | LICENSE

test262o.conf (21866B)


      1 [config]
      2 # general settings for test262 ES5 version
      3 
      4 # framework style: old, new
      5 style=old
      6 
      7 # handle tests tagged as @noStrict: yes, no, skip
      8 nostrict=yes
      9 
     10 # handle tests tagged as @strictOnly: yes, no, skip
     11 strict=yes
     12 
     13 # test mode: default, default-nostrict, default-strict, strict, nostrict, both, all
     14 mode=default
     15 
     16 # output error messages: yes, no
     17 verbose=yes
     18 
     19 # load harness files this directory
     20 harnessdir=test262o/test/harness
     21 
     22 # name of the error file for known errors
     23 errorfile=test262o_errors.txt
     24 
     25 # exclude tests enumerated in this file
     26 #excludefile=test262o_excluded.txt
     27 
     28 # report test results to this file
     29 reportfile=test262o_report.txt
     30 
     31 # enumerate tests from this directory
     32 testdir=test262o/test/suite
     33 
     34 [exclude]
     35 # list excluded tests and directories here
     36 
     37 # intl not supported
     38 test262o/test/suite/intl402/
     39 
     40 # ES6 != ES5: block scoped function definitions allowed in strict mode
     41 test262o/test/suite/bestPractice/Sbp_A1_T1.js
     42 test262o/test/suite/bestPractice/Sbp_A2_T1.js
     43 test262o/test/suite/bestPractice/Sbp_A2_T2.js
     44 test262o/test/suite/bestPractice/Sbp_A3_T1.js
     45 test262o/test/suite/bestPractice/Sbp_A3_T2.js
     46 test262o/test/suite/bestPractice/Sbp_A4_T1.js
     47 test262o/test/suite/bestPractice/Sbp_A4_T2.js
     48 test262o/test/suite/bestPractice/Sbp_A5_T2.js
     49 
     50 # ES6 != ES5: `y={x};` is shorthand for `y={x:x}`
     51 test262o/test/suite/ch12/12.1/S12.1_A4_T2.js
     52 test262o/test/suite/ch12/12.6/12.6.4/S12.6.4_A15.js
     53 
     54 # ES6 != ES5: function length property is configurable
     55 test262o/test/suite/ch11/11.4/11.4.1/11.4.1-5-a-28-s.js
     56 test262o/test/suite/ch13/13.2/13.2-15-1.js
     57 test262o/test/suite/ch15/15.1/15.1.2/15.1.2.1/S15.1.2.1_A4.2.js
     58 test262o/test/suite/ch15/15.1/15.1.2/15.1.2.2/S15.1.2.2_A9.2.js
     59 test262o/test/suite/ch15/15.1/15.1.2/15.1.2.3/S15.1.2.3_A7.2.js
     60 test262o/test/suite/ch15/15.1/15.1.2/15.1.2.4/S15.1.2.4_A2.2.js
     61 test262o/test/suite/ch15/15.1/15.1.2/15.1.2.5/S15.1.2.5_A2.2.js
     62 test262o/test/suite/ch15/15.1/15.1.3/15.1.3.1/S15.1.3.1_A5.2.js
     63 test262o/test/suite/ch15/15.1/15.1.3/15.1.3.2/S15.1.3.2_A5.2.js
     64 test262o/test/suite/ch15/15.1/15.1.3/15.1.3.3/S15.1.3.3_A5.2.js
     65 test262o/test/suite/ch15/15.1/15.1.3/15.1.3.4/S15.1.3.4_A5.2.js
     66 test262o/test/suite/ch15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-186.js
     67 test262o/test/suite/ch15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-187.js
     68 test262o/test/suite/ch15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-191.js
     69 test262o/test/suite/ch15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-194.js
     70 test262o/test/suite/ch15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-201.js
     71 test262o/test/suite/ch15/15.2/15.2.4/15.2.4.2/S15.2.4.2_A9.js
     72 test262o/test/suite/ch15/15.2/15.2.4/15.2.4.3/S15.2.4.3_A9.js
     73 test262o/test/suite/ch15/15.2/15.2.4/15.2.4.4/S15.2.4.4_A9.js
     74 test262o/test/suite/ch15/15.2/15.2.4/15.2.4.5/S15.2.4.5_A9.js
     75 test262o/test/suite/ch15/15.2/15.2.4/15.2.4.6/S15.2.4.6_A9.js
     76 test262o/test/suite/ch15/15.2/15.2.4/15.2.4.7/S15.2.4.7_A9.js
     77 test262o/test/suite/ch15/15.3/15.3.3/15.3.3.2/15.3.3.2-1.js
     78 test262o/test/suite/ch15/15.3/15.3.4/15.3.4.2/S15.3.4.2_A9.js
     79 test262o/test/suite/ch15/15.3/15.3.4/15.3.4.3/S15.3.4.3_A9.js
     80 test262o/test/suite/ch15/15.3/15.3.4/15.3.4.4/S15.3.4.4_A9.js
     81 test262o/test/suite/ch15/15.3/15.3.4/15.3.4.5/15.3.4.5-15-2.js
     82 test262o/test/suite/ch15/15.3/15.3.5/S15.3.5.1_A2_T1.js
     83 test262o/test/suite/ch15/15.3/15.3.5/S15.3.5.1_A2_T2.js
     84 test262o/test/suite/ch15/15.3/15.3.5/S15.3.5.1_A2_T3.js
     85 test262o/test/suite/ch15/15.4/15.4.3/S15.4.3_A2.2.js
     86 test262o/test/suite/ch15/15.4/15.4.4/15.4.4.2/S15.4.4.2_A4.2.js
     87 test262o/test/suite/ch15/15.4/15.4.4/15.4.4.3/S15.4.4.3_A4.2.js
     88 test262o/test/suite/ch15/15.4/15.4.4/15.4.4.4/S15.4.4.4_A4.2.js
     89 test262o/test/suite/ch15/15.4/15.4.4/15.4.4.5/S15.4.4.5_A6.2.js
     90 test262o/test/suite/ch15/15.4/15.4.4/15.4.4.6/S15.4.4.6_A5.2.js
     91 test262o/test/suite/ch15/15.4/15.4.4/15.4.4.7/S15.4.4.7_A6.2.js
     92 test262o/test/suite/ch15/15.4/15.4.4/15.4.4.8/S15.4.4.8_A5.2.js
     93 test262o/test/suite/ch15/15.4/15.4.4/15.4.4.9/S15.4.4.9_A5.2.js
     94 test262o/test/suite/ch15/15.4/15.4.4/15.4.4.10/S15.4.4.10_A5.2.js
     95 test262o/test/suite/ch15/15.4/15.4.4/15.4.4.11/S15.4.4.11_A7.2.js
     96 test262o/test/suite/ch15/15.4/15.4.4/15.4.4.12/S15.4.4.12_A5.2.js
     97 test262o/test/suite/ch15/15.4/15.4.4/15.4.4.13/S15.4.4.13_A5.2.js
     98 test262o/test/suite/ch15/15.5/15.5.4/15.5.4.4/S15.5.4.4_A9.js
     99 test262o/test/suite/ch15/15.5/15.5.4/15.5.4.5/S15.5.4.5_A9.js
    100 test262o/test/suite/ch15/15.5/15.5.4/15.5.4.6/S15.5.4.6_A9.js
    101 test262o/test/suite/ch15/15.5/15.5.4/15.5.4.7/S15.5.4.7_A9.js
    102 test262o/test/suite/ch15/15.5/15.5.4/15.5.4.8/S15.5.4.8_A9.js
    103 test262o/test/suite/ch15/15.5/15.5.4/15.5.4.9/S15.5.4.9_A9.js
    104 test262o/test/suite/ch15/15.5/15.5.4/15.5.4.10/S15.5.4.10_A9.js
    105 test262o/test/suite/ch15/15.5/15.5.4/15.5.4.11/S15.5.4.11_A9.js
    106 test262o/test/suite/ch15/15.5/15.5.4/15.5.4.12/S15.5.4.12_A9.js
    107 test262o/test/suite/ch15/15.5/15.5.4/15.5.4.13/S15.5.4.13_A9.js
    108 test262o/test/suite/ch15/15.5/15.5.4/15.5.4.14/S15.5.4.14_A9.js
    109 test262o/test/suite/ch15/15.5/15.5.4/15.5.4.15/S15.5.4.15_A9.js
    110 test262o/test/suite/ch15/15.5/15.5.4/15.5.4.16/S15.5.4.16_A9.js
    111 test262o/test/suite/ch15/15.5/15.5.4/15.5.4.17/S15.5.4.17_A9.js
    112 test262o/test/suite/ch15/15.5/15.5.4/15.5.4.18/S15.5.4.18_A9.js
    113 test262o/test/suite/ch15/15.5/15.5.4/15.5.4.19/S15.5.4.19_A9.js
    114 test262o/test/suite/ch15/15.9/15.9.4/15.9.4.2/S15.9.4.2_A3_T2.js
    115 test262o/test/suite/ch15/15.9/15.9.4/15.9.4.3/S15.9.4.3_A3_T2.js
    116 test262o/test/suite/ch15/15.9/15.9.5/15.9.5.1/S15.9.5.1_A3_T2.js
    117 test262o/test/suite/ch15/15.9/15.9.5/15.9.5.2/S15.9.5.2_A3_T2.js
    118 test262o/test/suite/ch15/15.9/15.9.5/15.9.5.3/S15.9.5.3_A3_T2.js
    119 test262o/test/suite/ch15/15.9/15.9.5/15.9.5.4/S15.9.5.4_A3_T2.js
    120 test262o/test/suite/ch15/15.9/15.9.5/15.9.5.5/S15.9.5.5_A3_T2.js
    121 test262o/test/suite/ch15/15.9/15.9.5/15.9.5.6/S15.9.5.6_A3_T2.js
    122 test262o/test/suite/ch15/15.9/15.9.5/15.9.5.7/S15.9.5.7_A3_T2.js
    123 test262o/test/suite/ch15/15.9/15.9.5/15.9.5.8/S15.9.5.8_A3_T2.js
    124 test262o/test/suite/ch15/15.9/15.9.5/15.9.5.9/S15.9.5.9_A3_T2.js
    125 test262o/test/suite/ch15/15.9/15.9.5/15.9.5.10/S15.9.5.10_A3_T2.js
    126 test262o/test/suite/ch15/15.9/15.9.5/15.9.5.11/S15.9.5.11_A3_T2.js
    127 test262o/test/suite/ch15/15.9/15.9.5/15.9.5.12/S15.9.5.12_A3_T2.js
    128 test262o/test/suite/ch15/15.9/15.9.5/15.9.5.13/S15.9.5.13_A3_T2.js
    129 test262o/test/suite/ch15/15.9/15.9.5/15.9.5.14/S15.9.5.14_A3_T2.js
    130 test262o/test/suite/ch15/15.9/15.9.5/15.9.5.15/S15.9.5.15_A3_T2.js
    131 test262o/test/suite/ch15/15.9/15.9.5/15.9.5.16/S15.9.5.16_A3_T2.js
    132 test262o/test/suite/ch15/15.9/15.9.5/15.9.5.17/S15.9.5.17_A3_T2.js
    133 test262o/test/suite/ch15/15.9/15.9.5/15.9.5.18/S15.9.5.18_A3_T2.js
    134 test262o/test/suite/ch15/15.9/15.9.5/15.9.5.19/S15.9.5.19_A3_T2.js
    135 test262o/test/suite/ch15/15.9/15.9.5/15.9.5.20/S15.9.5.20_A3_T2.js
    136 test262o/test/suite/ch15/15.9/15.9.5/15.9.5.21/S15.9.5.21_A3_T2.js
    137 test262o/test/suite/ch15/15.9/15.9.5/15.9.5.22/S15.9.5.22_A3_T2.js
    138 test262o/test/suite/ch15/15.9/15.9.5/15.9.5.23/S15.9.5.23_A3_T2.js
    139 test262o/test/suite/ch15/15.9/15.9.5/15.9.5.24/S15.9.5.24_A3_T2.js
    140 test262o/test/suite/ch15/15.9/15.9.5/15.9.5.25/S15.9.5.25_A3_T2.js
    141 test262o/test/suite/ch15/15.9/15.9.5/15.9.5.26/S15.9.5.26_A3_T2.js
    142 test262o/test/suite/ch15/15.9/15.9.5/15.9.5.27/S15.9.5.27_A3_T2.js
    143 test262o/test/suite/ch15/15.9/15.9.5/15.9.5.28/S15.9.5.28_A3_T2.js
    144 test262o/test/suite/ch15/15.9/15.9.5/15.9.5.29/S15.9.5.29_A3_T2.js
    145 test262o/test/suite/ch15/15.9/15.9.5/15.9.5.30/S15.9.5.30_A3_T2.js
    146 test262o/test/suite/ch15/15.9/15.9.5/15.9.5.31/S15.9.5.31_A3_T2.js
    147 test262o/test/suite/ch15/15.9/15.9.5/15.9.5.32/S15.9.5.32_A3_T2.js
    148 test262o/test/suite/ch15/15.9/15.9.5/15.9.5.33/S15.9.5.33_A3_T2.js
    149 test262o/test/suite/ch15/15.9/15.9.5/15.9.5.34/S15.9.5.34_A3_T2.js
    150 test262o/test/suite/ch15/15.9/15.9.5/15.9.5.35/S15.9.5.35_A3_T2.js
    151 test262o/test/suite/ch15/15.9/15.9.5/15.9.5.36/S15.9.5.36_A3_T2.js
    152 test262o/test/suite/ch15/15.9/15.9.5/15.9.5.37/S15.9.5.37_A3_T2.js
    153 test262o/test/suite/ch15/15.9/15.9.5/15.9.5.38/S15.9.5.38_A3_T2.js
    154 test262o/test/suite/ch15/15.9/15.9.5/15.9.5.39/S15.9.5.39_A3_T2.js
    155 test262o/test/suite/ch15/15.9/15.9.5/15.9.5.40/S15.9.5.40_A3_T2.js
    156 test262o/test/suite/ch15/15.9/15.9.5/15.9.5.41/S15.9.5.41_A3_T2.js
    157 test262o/test/suite/ch15/15.9/15.9.5/15.9.5.42/S15.9.5.42_A3_T2.js
    158 test262o/test/suite/ch15/15.10/15.10.6/15.10.6.2/S15.10.6.2_A9.js
    159 test262o/test/suite/ch15/15.10/15.10.6/15.10.6.3/S15.10.6.3_A9.js
    160 test262o/test/suite/ch15/15.10/15.10.6/15.10.6.4/S15.10.6.4_A9.js
    161 
    162 # ES6 != ES5: object literals may have duplicates
    163 test262o/test/suite/ch11/11.1/11.1.5/11.1.5-4-4-a-1-s.js
    164 test262o/test/suite/ch11/11.1/11.1.5/11.1.5_4-4-b-1.js
    165 test262o/test/suite/ch11/11.1/11.1.5/11.1.5_4-4-b-2.js
    166 test262o/test/suite/ch11/11.1/11.1.5/11.1.5_4-4-c-1.js
    167 test262o/test/suite/ch11/11.1/11.1.5/11.1.5_4-4-c-2.js
    168 test262o/test/suite/ch11/11.1/11.1.5/11.1.5_4-4-d-1.js
    169 test262o/test/suite/ch11/11.1/11.1.5/11.1.5_4-4-d-2.js
    170 test262o/test/suite/ch11/11.1/11.1.5/11.1.5_4-4-d-3.js
    171 test262o/test/suite/ch11/11.1/11.1.5/11.1.5_4-4-d-4.js
    172 
    173 # ES6 != ES5: Date.prototype is no longer an instance of Date
    174 test262o/test/suite/ch15/15.9/15.9.5/15.9.5.40/15.9.5.40_1.js
    175 
    176 # ES6 != ES5: Object.getPrototypeOf converts argument to object
    177 test262o/test/suite/ch15/15.2/15.2.3/15.2.3.2/15.2.3.2-1-3.js
    178 test262o/test/suite/ch15/15.2/15.2.3/15.2.3.2/15.2.3.2-1-4.js
    179 test262o/test/suite/ch15/15.2/15.2.3/15.2.3.2/15.2.3.2-1.js
    180 
    181 # ES6 != ES5: Object.getPrototypeOf(NativeError)
    182 test262o/test/suite/ch15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-12.js
    183 test262o/test/suite/ch15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-13.js
    184 test262o/test/suite/ch15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-14.js
    185 test262o/test/suite/ch15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-15.js
    186 test262o/test/suite/ch15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-16.js
    187 test262o/test/suite/ch15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-17.js
    188 
    189 # ES6 != ES5: Object.getOwnPropertyDescriptor converts argument to object
    190 test262o/test/suite/ch15/15.2/15.2.3/15.2.3.3/15.2.3.3-1-3.js
    191 test262o/test/suite/ch15/15.2/15.2.3/15.2.3.3/15.2.3.3-1-4.js
    192 test262o/test/suite/ch15/15.2/15.2.3/15.2.3.3/15.2.3.3-1.js
    193 
    194 # ES6 != ES5: Object.getOwnPropertyNames converts argument to object
    195 test262o/test/suite/ch15/15.2/15.2.3/15.2.3.4/15.2.3.4-1-4.js
    196 test262o/test/suite/ch15/15.2/15.2.3/15.2.3.4/15.2.3.4-1-5.js
    197 test262o/test/suite/ch15/15.2/15.2.3/15.2.3.4/15.2.3.4-1.js
    198 
    199 # ES6 != ES5: Object.seal accepts all types
    200 test262o/test/suite/ch15/15.2/15.2.3/15.2.3.8/15.2.3.8-1-1.js
    201 test262o/test/suite/ch15/15.2/15.2.3/15.2.3.8/15.2.3.8-1-2.js
    202 test262o/test/suite/ch15/15.2/15.2.3/15.2.3.8/15.2.3.8-1-3.js
    203 test262o/test/suite/ch15/15.2/15.2.3/15.2.3.8/15.2.3.8-1-4.js
    204 test262o/test/suite/ch15/15.2/15.2.3/15.2.3.8/15.2.3.8-1.js
    205 
    206 # ES6 != ES5: Object.freeze accepts all types
    207 test262o/test/suite/ch15/15.2/15.2.3/15.2.3.9/15.2.3.9-1-1.js
    208 test262o/test/suite/ch15/15.2/15.2.3/15.2.3.9/15.2.3.9-1-2.js
    209 test262o/test/suite/ch15/15.2/15.2.3/15.2.3.9/15.2.3.9-1-3.js
    210 test262o/test/suite/ch15/15.2/15.2.3/15.2.3.9/15.2.3.9-1-4.js
    211 test262o/test/suite/ch15/15.2/15.2.3/15.2.3.9/15.2.3.9-1.js
    212 
    213 # ES6 != ES5: Object.preventExtensions accepts all types
    214 test262o/test/suite/ch15/15.2/15.2.3/15.2.3.10/15.2.3.10-1-1.js
    215 test262o/test/suite/ch15/15.2/15.2.3/15.2.3.10/15.2.3.10-1-2.js
    216 test262o/test/suite/ch15/15.2/15.2.3/15.2.3.10/15.2.3.10-1-3.js
    217 test262o/test/suite/ch15/15.2/15.2.3/15.2.3.10/15.2.3.10-1-4.js
    218 test262o/test/suite/ch15/15.2/15.2.3/15.2.3.10/15.2.3.10-1.js
    219 
    220 # ES6 != ES5: Object.isSealed accepts all types
    221 test262o/test/suite/ch15/15.2/15.2.3/15.2.3.11/15.2.3.11-1.js
    222 
    223 # ES6 != ES5: Object.isFrozen accepts all types
    224 test262o/test/suite/ch15/15.2/15.2.3/15.2.3.12/15.2.3.12-1-1.js
    225 test262o/test/suite/ch15/15.2/15.2.3/15.2.3.12/15.2.3.12-1-2.js
    226 test262o/test/suite/ch15/15.2/15.2.3/15.2.3.12/15.2.3.12-1-3.js
    227 test262o/test/suite/ch15/15.2/15.2.3/15.2.3.12/15.2.3.12-1-4.js
    228 test262o/test/suite/ch15/15.2/15.2.3/15.2.3.12/15.2.3.12-1.js
    229 
    230 # ES6 != ES5: Object.isExtensible accepts all types
    231 test262o/test/suite/ch15/15.2/15.2.3/15.2.3.13/15.2.3.13-1-1.js
    232 test262o/test/suite/ch15/15.2/15.2.3/15.2.3.13/15.2.3.13-1-2.js
    233 test262o/test/suite/ch15/15.2/15.2.3/15.2.3.13/15.2.3.13-1-3.js
    234 test262o/test/suite/ch15/15.2/15.2.3/15.2.3.13/15.2.3.13-1-4.js
    235 test262o/test/suite/ch15/15.2/15.2.3/15.2.3.13/15.2.3.13-1.js
    236 
    237 # ES6 != ES5: Object.keys converts argument to object
    238 test262o/test/suite/ch15/15.2/15.2.3/15.2.3.14/15.2.3.14-1-1.js
    239 test262o/test/suite/ch15/15.2/15.2.3/15.2.3.14/15.2.3.14-1-2.js
    240 test262o/test/suite/ch15/15.2/15.2.3/15.2.3.14/15.2.3.14-1-3.js
    241 
    242 # ES6 != ES5: source and other properties of RegExp.prototype are not own properties
    243 test262o/test/suite/ch15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-212.js
    244 test262o/test/suite/ch15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-213.js
    245 test262o/test/suite/ch15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-214.js
    246 test262o/test/suite/ch15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-215.js
    247 
    248 # ES6 != ES5: String numeric object properties are enumerated first
    249 test262o/test/suite/ch15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-44.js
    250 
    251 # ES6: new RegExp(regex, flags) is valid
    252 test262o/test/suite/ch15/15.10/15.10.3/S15.10.3.1_A2_T1.js
    253 test262o/test/suite/ch15/15.10/15.10.3/S15.10.3.1_A2_T2.js
    254 test262o/test/suite/ch15/15.10/15.10.4/15.10.4.1/15.10.4.1-1.js
    255 test262o/test/suite/ch15/15.10/15.10.4/S15.10.4.1_A2_T1.js
    256 test262o/test/suite/ch15/15.10/15.10.4/S15.10.4.1_A2_T2.js
    257 
    258 # ES6 != ES5: RegExp.prototype.test behavior
    259 test262o/test/suite/ch15/15.10/15.10.6/15.10.6.2/S15.10.6.2_A5_T3.js
    260 
    261 # ES6 != ES5: source, global, ignoreCase, multiline, lastIndex are not data properties
    262 # of RegExp objects and RegExp.prototype is not a RegExp object
    263 test262o/test/suite/ch15/15.10/15.10.6/15.10.6.js
    264 test262o/test/suite/ch15/15.10/15.10.7/15.10.7.1/15.10.7.1-1.js
    265 test262o/test/suite/ch15/15.10/15.10.7/15.10.7.1/15.10.7.1-2.js
    266 test262o/test/suite/ch15/15.10/15.10.7/15.10.7.1/S15.10.7.1_A8.js
    267 test262o/test/suite/ch15/15.10/15.10.7/15.10.7.1/S15.10.7.1_A9.js
    268 test262o/test/suite/ch15/15.10/15.10.7/15.10.7.1/S15.10.7.1_A10.js
    269 test262o/test/suite/ch15/15.10/15.10.7/15.10.7.2/15.10.7.2-1.js
    270 test262o/test/suite/ch15/15.10/15.10.7/15.10.7.2/15.10.7.2-2.js
    271 test262o/test/suite/ch15/15.10/15.10.7/15.10.7.2/S15.10.7.2_A8.js
    272 test262o/test/suite/ch15/15.10/15.10.7/15.10.7.2/S15.10.7.2_A9.js
    273 test262o/test/suite/ch15/15.10/15.10.7/15.10.7.2/S15.10.7.2_A10.js
    274 test262o/test/suite/ch15/15.10/15.10.7/15.10.7.3/15.10.7.3-1.js
    275 test262o/test/suite/ch15/15.10/15.10.7/15.10.7.3/15.10.7.3-2.js
    276 test262o/test/suite/ch15/15.10/15.10.7/15.10.7.3/S15.10.7.3_A8.js
    277 test262o/test/suite/ch15/15.10/15.10.7/15.10.7.3/S15.10.7.3_A9.js
    278 test262o/test/suite/ch15/15.10/15.10.7/15.10.7.3/S15.10.7.3_A10.js
    279 test262o/test/suite/ch15/15.10/15.10.7/15.10.7.4/15.10.7.4-1.js
    280 test262o/test/suite/ch15/15.10/15.10.7/15.10.7.4/15.10.7.4-2.js
    281 test262o/test/suite/ch15/15.10/15.10.7/15.10.7.4/S15.10.7.4_A8.js
    282 test262o/test/suite/ch15/15.10/15.10.7/15.10.7.4/S15.10.7.4_A9.js
    283 test262o/test/suite/ch15/15.10/15.10.7/15.10.7.4/S15.10.7.4_A10.js
    284 test262o/test/suite/ch15/15.10/15.10.7/15.10.7.5/15.10.7.5-1.js
    285 test262o/test/suite/ch15/15.10/15.10.7/15.10.7.5/15.10.7.5-2.js
    286 
    287 # ES6 != ES5: Error.prototype is a normal object
    288 test262o/test/suite/ch15/15.11/15.11.4/S15.11.4_A2.js
    289 
    290 # ES6 different ToLength() semantics
    291 test262o/test/suite/ch15/15.4/15.4.4/15.4.4.5/S15.4.4.5_A4_T3.js
    292 test262o/test/suite/ch15/15.4/15.4.4/15.4.4.6/S15.4.4.6_A2_T2.js
    293 test262o/test/suite/ch15/15.4/15.4.4/15.4.4.6/S15.4.4.6_A3_T1.js
    294 test262o/test/suite/ch15/15.4/15.4.4/15.4.4.6/S15.4.4.6_A3_T2.js
    295 test262o/test/suite/ch15/15.4/15.4.4/15.4.4.6/S15.4.4.6_A3_T3.js
    296 test262o/test/suite/ch15/15.4/15.4.4/15.4.4.7/S15.4.4.7_A2_T2.js
    297 test262o/test/suite/ch15/15.4/15.4.4/15.4.4.7/S15.4.4.7_A4_T1.js
    298 test262o/test/suite/ch15/15.4/15.4.4/15.4.4.7/S15.4.4.7_A4_T3.js
    299 test262o/test/suite/ch15/15.4/15.4.4/15.4.4.8/S15.4.4.8_A3_T3.js
    300 test262o/test/suite/ch15/15.4/15.4.4/15.4.4.9/S15.4.4.9_A3_T3.js
    301 test262o/test/suite/ch15/15.4/15.4.4/15.4.4.10/S15.4.4.10_A3_T1.js
    302 test262o/test/suite/ch15/15.4/15.4.4/15.4.4.10/S15.4.4.10_A3_T2.js
    303 test262o/test/suite/ch15/15.4/15.4.4/15.4.4.10/S15.4.4.10_A3_T3.js
    304 test262o/test/suite/ch15/15.4/15.4.4/15.4.4.11/S15.4.4.11_A4_T3.js
    305 test262o/test/suite/ch15/15.4/15.4.4/15.4.4.12/S15.4.4.12_A3_T1.js
    306 test262o/test/suite/ch15/15.4/15.4.4/15.4.4.12/S15.4.4.12_A3_T3.js
    307 test262o/test/suite/ch15/15.4/15.4.4/15.4.4.13/S15.4.4.13_A3_T2.js
    308 test262o/test/suite/ch15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-7.js
    309 test262o/test/suite/ch15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-8.js
    310 test262o/test/suite/ch15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-12.js
    311 test262o/test/suite/ch15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-14.js
    312 test262o/test/suite/ch15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-25.js
    313 test262o/test/suite/ch15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-28.js
    314 test262o/test/suite/ch15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-29.js
    315 test262o/test/suite/ch15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-7.js
    316 test262o/test/suite/ch15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-12.js
    317 test262o/test/suite/ch15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-25.js
    318 test262o/test/suite/ch15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-28.js
    319 test262o/test/suite/ch15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-7.js
    320 test262o/test/suite/ch15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-8.js
    321 test262o/test/suite/ch15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-12.js
    322 test262o/test/suite/ch15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-14.js
    323 test262o/test/suite/ch15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-25.js
    324 test262o/test/suite/ch15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-29.js
    325 test262o/test/suite/ch15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-7.js
    326 test262o/test/suite/ch15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-8.js
    327 test262o/test/suite/ch15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-12.js
    328 test262o/test/suite/ch15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-14.js
    329 test262o/test/suite/ch15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-25.js
    330 test262o/test/suite/ch15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-28.js
    331 test262o/test/suite/ch15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-29.js
    332 test262o/test/suite/ch15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-7.js
    333 test262o/test/suite/ch15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-12.js
    334 test262o/test/suite/ch15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-25.js
    335 test262o/test/suite/ch15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-7.js
    336 test262o/test/suite/ch15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-8.js
    337 test262o/test/suite/ch15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-12.js
    338 test262o/test/suite/ch15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-14.js
    339 test262o/test/suite/ch15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-25.js
    340 test262o/test/suite/ch15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-28.js
    341 test262o/test/suite/ch15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-29.js
    342 test262o/test/suite/ch15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-7.js
    343 test262o/test/suite/ch15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-12.js
    344 test262o/test/suite/ch15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-25.js
    345 test262o/test/suite/ch15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-7.js
    346 test262o/test/suite/ch15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-12.js
    347 test262o/test/suite/ch15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-25.js
    348 test262o/test/suite/ch15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-7.js
    349 test262o/test/suite/ch15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-12.js
    350 test262o/test/suite/ch15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-25.js
    351 
    352 # ES6 different ToLength() semantics causes near infinite runtime
    353 test262o/test/suite/ch15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-14.js
    354 test262o/test/suite/ch15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-14.js
    355 test262o/test/suite/ch15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-14.js
    356 test262o/test/suite/ch15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-14.js
    357 test262o/test/suite/ch15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-14.js
    358 
    359 # ES6 arguments/caller changes
    360 test262o/test/suite/ch10/10.6/10.6-13-b-1-s.js
    361 test262o/test/suite/ch10/10.6/10.6-13-b-2-s.js
    362 test262o/test/suite/ch10/10.6/10.6-13-b-3-s.js
    363 test262o/test/suite/ch10/10.6/10.6-14-1-s.js
    364 test262o/test/suite/ch10/10.6/10.6-14-b-1-s.js
    365 test262o/test/suite/ch10/10.6/10.6-14-b-4-s.js
    366 test262o/test/suite/ch13/13.2/13.2-29-s.js
    367 test262o/test/suite/ch13/13.2/13.2-30-s.js
    368 test262o/test/suite/ch13/13.2/13.2-31-s.js
    369 test262o/test/suite/ch13/13.2/13.2-32-s.js
    370 test262o/test/suite/ch13/13.2/13.2-33-s.js
    371 test262o/test/suite/ch13/13.2/13.2-34-s.js
    372 test262o/test/suite/ch13/13.2/13.2-35-s.js
    373 test262o/test/suite/ch13/13.2/13.2-36-s.js
    374 test262o/test/suite/ch13/13.2/S13.2.3_A1.js
    375 test262o/test/suite/ch15/15.3/15.3.4/15.3.4.5/15.3.4.5-20-1.js
    376 test262o/test/suite/ch15/15.3/15.3.4/15.3.4.5/15.3.4.5-20-4.js
    377 test262o/test/suite/ch15/15.3/15.3.4/15.3.4.5/15.3.4.5-20-5.js
    378 test262o/test/suite/ch15/15.3/15.3.4/15.3.4.5/15.3.4.5-21-1.js
    379 test262o/test/suite/ch15/15.3/15.3.4/15.3.4.5/15.3.4.5-21-4.js
    380 test262o/test/suite/ch15/15.3/15.3.4/15.3.4.5/15.3.4.5-21-5.js
    381 
    382 # u180e is no longer considered as a space
    383 test262o/test/suite/ch09/9.3/9.3.1/S9.3.1_A2.js
    384 test262o/test/suite/ch09/9.3/9.3.1/S9.3.1_A3_T1.js
    385 test262o/test/suite/ch09/9.3/9.3.1/S9.3.1_A3_T2.js
    386 test262o/test/suite/ch15/15.1/15.1.2/15.1.2.2/S15.1.2.2_A2_T10.js
    387 test262o/test/suite/ch15/15.1/15.1.2/15.1.2.3/S15.1.2.3_A2_T10.js
    388 test262o/test/suite/ch15/15.5/15.5.4/15.5.4.20/15.5.4.20-3-2.js
    389 test262o/test/suite/ch15/15.5/15.5.4/15.5.4.20/15.5.4.20-3-3.js
    390 test262o/test/suite/ch15/15.5/15.5.4/15.5.4.20/15.5.4.20-3-4.js
    391 test262o/test/suite/ch15/15.5/15.5.4/15.5.4.20/15.5.4.20-3-5.js
    392 test262o/test/suite/ch15/15.5/15.5.4/15.5.4.20/15.5.4.20-3-6.js
    393 test262o/test/suite/ch15/15.10/15.10.2/15.10.2.12/S15.10.2.12_A1_T1.js
    394 test262o/test/suite/ch15/15.10/15.10.2/15.10.2.12/S15.10.2.12_A2_T1.js
    395 
    396 # E6 eval return value is different
    397 test262o/test/suite/ch12/12.6/12.6.3/S12.6.3_A9.js
    398 test262o/test/suite/ch12/12.6/12.6.3/S12.6.3_A9.1.js
    399 
    400 # ECMA 2019 optional-catch-binding feature allows try{}catch{}
    401 test262o/test/suite/ch12/12.14/S12.14_A16_T4.js
    402 
    403 # Syntax error instead of ReferenceError in ES2020
    404 test262o/test/suite/ch11/11.13/11.13.1/11.13.1-1-1.js
    405 test262o/test/suite/ch11/11.13/11.13.1/11.13.1-1-2.js
    406 test262o/test/suite/ch11/11.13/11.13.1/11.13.1-1-3.js
    407 test262o/test/suite/ch11/11.13/11.13.1/11.13.1-1-4.js
    408 
    409 # String.prototype.localeCompare special cases
    410 test262o/test/suite/ch15/15.5/15.5.4/15.5.4.9/15.5.4.9_CE.js
    411 
    412 [tests]
    413 # list test files or use config.testdir