# Copyright 2011 the V8 project authors. All rights reserved. # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are # met: # # * Redistributions of source code must retain the above copyright # notice, this list of conditions and the following disclaimer. # * Redistributions in binary form must reproduce the above # copyright notice, this list of conditions and the following # disclaimer in the documentation and/or other materials provided # with the distribution. # * Neither the name of Google Inc. nor the names of its # contributors may be used to endorse or promote products derived # from this software without specific prior written permission. # # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT # LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR # A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT # OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT # LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. [ [ALWAYS, { ############################### BUGS ################################### # BUG(v8:3455) 'intl402/ch11/11.2/11.2.3_b': [FAIL], 'intl402/ch12/12.2/12.2.3_b': [FAIL], # Unicode canonicalization is not available with i18n turned off. 'ch15/15.5/15.5.4/15.5.4.9/15.5.4.9_CE': [['no_i18n', SKIP]], ###################### NEEDS INVESTIGATION ####################### # Possibly same cause as S8.5_A2.1, below: floating-point tests. 'ch15/15.8/15.8.2/15.8.2.16/S15.8.2.16_A7': [PASS, FAIL_OK], 'ch15/15.8/15.8.2/15.8.2.18/S15.8.2.18_A7': [PASS, FAIL_OK], 'ch15/15.8/15.8.2/15.8.2.7/S15.8.2.7_A7': [PASS, FAIL_OK], # This is an incompatibility between ES5 and V8 on enumerating # shadowed elements in a for..in loop. # https://code.google.com/p/v8/issues/detail?id=705 'ch12/12.6/12.6.4/12.6.4-2': [PASS, FAIL_OK], ###################### MISSING ES6 FEATURES ####################### # Array.fill (currently requires --harmony-arrays) 'es6/ch22/22.1/22.1.3/S22.1.3.6_T1': [FAIL], # Array.find (currently requires --harmony-arrays) 'es6/ch22/22.1/22.1.2/S22.1.2.3_T1': [FAIL], 'es6/ch22/22.1/22.1.2/S22.1.2.3_T2': [FAIL], 'es6/Array.prototype.find/Array.prototype.find_empty-array-undefined': [FAIL], 'es6/Array.prototype.find/Array.prototype.find_length-property': [FAIL], 'es6/Array.prototype.find/Array.prototype.find_modify-after-start': [FAIL], 'es6/Array.prototype.find/Array.prototype.find_non-returning-predicate': [FAIL], 'es6/Array.prototype.find/Array.prototype.find_predicate-arguments': [FAIL], 'es6/Array.prototype.find/Array.prototype.find_push-after-start': [FAIL], 'es6/Array.prototype.find/Array.prototype.find_remove-after-start': [FAIL], 'es6/Array.prototype.find/Array.prototype.find_return-found-value': [FAIL], 'es6/Array.prototype.find/Array.prototype.find_skip-empty': [FAIL], 'es6/Array.prototype.find/Array.prototype.find_this-defined': [FAIL], 'es6/Array.prototype.find/Array.prototype.find_this-is-object': [FAIL], 'es6/Array.prototype.find/Array.prototype.find_this-undefined': [FAIL], # Array.from 'es6/ch22/22.1/22.1.2/S22.1.2.1_T1': [FAIL], 'es6/ch22/22.1/22.1.2/S22.1.2.1_T2': [FAIL], # Direct proxies 'es6/Array.prototype.find/Array.prototype.find_callable-predicate': [FAIL], ######################## OBSOLETED BY ES6 ########################### # ES6 allows duplicate properties 'ch11/11.1/11.1.5/11.1.5-4-4-a-1-s': [FAIL], 'ch11/11.1/11.1.5/11.1.5_4-4-b-1': [FAIL], 'ch11/11.1/11.1.5/11.1.5_4-4-b-2': [FAIL], 'ch11/11.1/11.1.5/11.1.5_4-4-c-1': [FAIL], 'ch11/11.1/11.1.5/11.1.5_4-4-c-2': [FAIL], 'ch11/11.1/11.1.5/11.1.5_4-4-d-1': [FAIL], 'ch11/11.1/11.1.5/11.1.5_4-4-d-2': [FAIL], 'ch11/11.1/11.1.5/11.1.5_4-4-d-3': [FAIL], 'ch11/11.1/11.1.5/11.1.5_4-4-d-4': [FAIL], # ES6 does ToObject for Object.prototype.getOwnPropertyNames 'ch15/15.2/15.2.3/15.2.3.4/15.2.3.4-1': [FAIL], 'ch15/15.2/15.2.3/15.2.3.4/15.2.3.4-1-4': [FAIL], 'ch15/15.2/15.2.3/15.2.3.4/15.2.3.4-1-5': [FAIL], # ES6 allows block-local functions. 'bestPractice/Sbp_A1_T1': [FAIL], 'bestPractice/Sbp_A2_T1': [FAIL], 'bestPractice/Sbp_A2_T2': [FAIL], 'bestPractice/Sbp_A3_T1': [FAIL], 'bestPractice/Sbp_A3_T2': [FAIL], 'bestPractice/Sbp_A4_T1': [FAIL], 'bestPractice/Sbp_A4_T2': [FAIL], 'bestPractice/Sbp_A5_T1': [PASS], # Test is broken (strict reference to unbound variable) 'bestPractice/Sbp_A5_T2': [FAIL], ######################## NEEDS INVESTIGATION ########################### # These test failures are specific to the intl402 suite and need investigation # to be either marked as bugs with issues filed for them or as deliberate # incompatibilities if the test cases turn out to be broken or ambiguous. 'intl402/ch06/6.2/6.2.3': [FAIL], 'intl402/ch09/9.2/9.2.1_2': [FAIL], 'intl402/ch09/9.2/9.2.6_2': [FAIL], 'intl402/ch10/10.1/10.1.1_a': [FAIL], 'intl402/ch10/10.1/10.1.1_19_c': [PASS, FAIL, NO_VARIANTS], 'intl402/ch10/10.1/10.1.2.1_4': [FAIL], 'intl402/ch10/10.2/10.2.3_b': [PASS, FAIL], 'intl402/ch10/10.3/10.3_a': [FAIL], 'intl402/ch11/11.1/11.1.1_17': [PASS, FAIL], 'intl402/ch11/11.1/11.1.1_19': [PASS, FAIL], 'intl402/ch11/11.1/11.1.1_20_c': [FAIL], 'intl402/ch11/11.1/11.1.1_a': [FAIL], 'intl402/ch11/11.1/11.1.2.1_4': [FAIL], 'intl402/ch11/11.3/11.3.2_FN_2': [PASS, FAIL], 'intl402/ch11/11.3/11.3.2_TRF': [PASS, FAIL], 'intl402/ch11/11.3/11.3_a': [FAIL], 'intl402/ch12/12.1/12.1.1_a': [FAIL], 'intl402/ch12/12.1/12.1.2.1_4': [FAIL], 'intl402/ch12/12.3/12.3.2_FDT_7_a_iv': [FAIL], 'intl402/ch12/12.3/12.3.3': [FAIL], 'intl402/ch12/12.3/12.3_a': [FAIL], 'intl402/ch15/15.5/15.5.4/15.5.4.915.5.4.9_3': [PASS, FAIL], ##################### DELIBERATE INCOMPATIBILITIES ##################### 'ch15/15.8/15.8.2/15.8.2.8/S15.8.2.8_A6': [PASS, FAIL_OK], # Math.exp (less precise with --fast-math) # Linux for ia32 (and therefore simulators) default to extended 80 bit # floating point formats, so these tests checking 64-bit FP precision fail. # The other platforms/arch's pass these tests. # We follow the other major JS engines by keeping this default. 'ch08/8.5/S8.5_A2.1': [PASS, FAIL_OK], 'ch08/8.5/S8.5_A2.2': [PASS, FAIL_OK], ############################ INVALID TESTS ############################# # The reference value calculated by Test262 is incorrect if you run these # tests in PST/PDT between first Sunday in March and first Sunday in April. # The DST switch was moved in 2007 whereas Test262 bases the reference value # on 2000. Test262 Bug: https://bugs.ecmascript.org/show_bug.cgi?id=293 'ch15/15.9/15.9.3/S15.9.3.1_A5_T1': [PASS, FAIL_OK], 'ch15/15.9/15.9.3/S15.9.3.1_A5_T2': [PASS, FAIL_OK], 'ch15/15.9/15.9.3/S15.9.3.1_A5_T3': [PASS, FAIL_OK], 'ch15/15.9/15.9.3/S15.9.3.1_A5_T4': [PASS, FAIL_OK], 'ch15/15.9/15.9.3/S15.9.3.1_A5_T5': [PASS, FAIL_OK], 'ch15/15.9/15.9.3/S15.9.3.1_A5_T6': [PASS, FAIL_OK], # Test makes unjustified assumptions about the number of calls to SortCompare. # Test262 Bug: https://bugs.ecmascript.org/show_bug.cgi?id=596 'es6/bug_596_1': [PASS, FAIL_OK], # Tests do not return boolean. 'ch15/15.2/15.2.3/15.2.3.14/15.2.3.14-1-1': [PASS, FAIL_OK], 'ch15/15.2/15.2.3/15.2.3.14/15.2.3.14-1-2': [PASS, FAIL_OK], 'ch15/15.2/15.2.3/15.2.3.14/15.2.3.14-1-3': [PASS, FAIL_OK], # String.prototype.contains renamed to 'S.p.includes' 'es6/String.prototype.contains/String.prototype.contains_FailBadLocation' : [FAIL_OK], 'es6/String.prototype.contains/String.prototype.contains_FailLocation' : [FAIL_OK], 'es6/String.prototype.contains/String.prototype.contains_FailMissingLetter' : [FAIL_OK], 'es6/String.prototype.contains/String.prototype.contains_lengthProp' : [FAIL_OK], 'es6/String.prototype.contains/String.prototype.contains_Success' : [FAIL_OK], 'es6/String.prototype.contains/String.prototype.contains_SuccessNoLocation' : [FAIL_OK], # Function length properties are configurable in ES6 'ch11/11.4/11.4.1/11.4.1-5-a-28-s': [FAIL], 'ch13/13.2/13.2-15-1': [FAIL], 'ch15/15.1/15.1.2/15.1.2.1/S15.1.2.1_A4.2': [FAIL], 'ch15/15.1/15.1.2/15.1.2.2/S15.1.2.2_A9.2': [FAIL], 'ch15/15.1/15.1.2/15.1.2.3/S15.1.2.3_A7.2': [FAIL], 'ch15/15.1/15.1.2/15.1.2.4/S15.1.2.4_A2.2': [FAIL], 'ch15/15.1/15.1.2/15.1.2.5/S15.1.2.5_A2.2': [FAIL], 'ch15/15.1/15.1.3/15.1.3.1/S15.1.3.1_A5.2': [FAIL], 'ch15/15.1/15.1.3/15.1.3.2/S15.1.3.2_A5.2': [FAIL], 'ch15/15.1/15.1.3/15.1.3.3/S15.1.3.3_A5.2': [FAIL], 'ch15/15.1/15.1.3/15.1.3.4/S15.1.3.4_A5.2': [FAIL], 'ch15/15.10/15.10.6/15.10.6.2/S15.10.6.2_A9': [FAIL], 'ch15/15.10/15.10.6/15.10.6.3/S15.10.6.3_A9': [FAIL], 'ch15/15.10/15.10.6/15.10.6.4/S15.10.6.4_A9': [FAIL], 'ch15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-186': [FAIL], 'ch15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-187': [FAIL], 'ch15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-191': [FAIL], 'ch15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-194': [FAIL], 'ch15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-201': [FAIL], 'ch15/15.2/15.2.4/15.2.4.2/S15.2.4.2_A9': [FAIL], 'ch15/15.2/15.2.4/15.2.4.3/S15.2.4.3_A9': [FAIL], 'ch15/15.2/15.2.4/15.2.4.4/S15.2.4.4_A9': [FAIL], 'ch15/15.2/15.2.4/15.2.4.5/S15.2.4.5_A9': [FAIL], 'ch15/15.2/15.2.4/15.2.4.6/S15.2.4.6_A9': [FAIL], 'ch15/15.2/15.2.4/15.2.4.7/S15.2.4.7_A9': [FAIL], 'ch15/15.3/15.3.3/15.3.3.2/15.3.3.2-1': [FAIL], 'ch15/15.3/15.3.4/15.3.4.2/S15.3.4.2_A9': [FAIL], 'ch15/15.3/15.3.4/15.3.4.3/S15.3.4.3_A9': [FAIL], 'ch15/15.3/15.3.4/15.3.4.4/S15.3.4.4_A9': [FAIL], 'ch15/15.3/15.3.5/S15.3.5.1_A2_T1': [FAIL], 'ch15/15.3/15.3.5/S15.3.5.1_A2_T2': [FAIL], 'ch15/15.3/15.3.5/S15.3.5.1_A2_T3': [FAIL], 'ch15/15.4/15.4.3/S15.4.3_A2.2': [FAIL], 'ch15/15.4/15.4.4/15.4.4.10/S15.4.4.10_A5.2': [FAIL], 'ch15/15.4/15.4.4/15.4.4.11/S15.4.4.11_A7.2': [FAIL], 'ch15/15.4/15.4.4/15.4.4.12/S15.4.4.12_A5.2': [FAIL], 'ch15/15.4/15.4.4/15.4.4.13/S15.4.4.13_A5.2': [FAIL], 'ch15/15.4/15.4.4/15.4.4.2/S15.4.4.2_A4.2': [FAIL], 'ch15/15.4/15.4.4/15.4.4.3/S15.4.4.3_A4.2': [FAIL], 'ch15/15.4/15.4.4/15.4.4.4/S15.4.4.4_A4.2': [FAIL], 'ch15/15.4/15.4.4/15.4.4.5/S15.4.4.5_A6.2': [FAIL], 'ch15/15.4/15.4.4/15.4.4.6/S15.4.4.6_A5.2': [FAIL], 'ch15/15.4/15.4.4/15.4.4.7/S15.4.4.7_A6.2': [FAIL], 'ch15/15.4/15.4.4/15.4.4.8/S15.4.4.8_A5.2': [FAIL], 'ch15/15.4/15.4.4/15.4.4.9/S15.4.4.9_A5.2': [FAIL], 'ch15/15.5/15.5.4/15.5.4.10/S15.5.4.10_A9': [FAIL], 'ch15/15.5/15.5.4/15.5.4.11/S15.5.4.11_A9': [FAIL], 'ch15/15.5/15.5.4/15.5.4.12/S15.5.4.12_A9': [FAIL], 'ch15/15.5/15.5.4/15.5.4.13/S15.5.4.13_A9': [FAIL], 'ch15/15.5/15.5.4/15.5.4.14/S15.5.4.14_A9': [FAIL], 'ch15/15.5/15.5.4/15.5.4.15/S15.5.4.15_A9': [FAIL], 'ch15/15.5/15.5.4/15.5.4.16/S15.5.4.16_A9': [FAIL], 'ch15/15.5/15.5.4/15.5.4.17/S15.5.4.17_A9': [FAIL], 'ch15/15.5/15.5.4/15.5.4.18/S15.5.4.18_A9': [FAIL], 'ch15/15.5/15.5.4/15.5.4.19/S15.5.4.19_A9': [FAIL], 'ch15/15.5/15.5.4/15.5.4.4/S15.5.4.4_A9': [FAIL], 'ch15/15.5/15.5.4/15.5.4.5/S15.5.4.5_A9': [FAIL], 'ch15/15.5/15.5.4/15.5.4.6/S15.5.4.6_A9': [FAIL], 'ch15/15.5/15.5.4/15.5.4.7/S15.5.4.7_A9': [FAIL], 'ch15/15.5/15.5.4/15.5.4.8/S15.5.4.8_A9': [FAIL], 'ch15/15.5/15.5.4/15.5.4.9/S15.5.4.9_A9': [FAIL], 'ch15/15.9/15.9.4/15.9.4.2/S15.9.4.2_A3_T2': [FAIL], 'ch15/15.9/15.9.4/15.9.4.3/S15.9.4.3_A3_T2': [FAIL], 'ch15/15.9/15.9.5/15.9.5.1/S15.9.5.1_A3_T2': [FAIL], 'ch15/15.9/15.9.5/15.9.5.10/S15.9.5.10_A3_T2': [FAIL], 'ch15/15.9/15.9.5/15.9.5.11/S15.9.5.11_A3_T2': [FAIL], 'ch15/15.9/15.9.5/15.9.5.12/S15.9.5.12_A3_T2': [FAIL], 'ch15/15.9/15.9.5/15.9.5.13/S15.9.5.13_A3_T2': [FAIL], 'ch15/15.9/15.9.5/15.9.5.14/S15.9.5.14_A3_T2': [FAIL], 'ch15/15.9/15.9.5/15.9.5.15/S15.9.5.15_A3_T2': [FAIL], 'ch15/15.9/15.9.5/15.9.5.16/S15.9.5.16_A3_T2': [FAIL], 'ch15/15.9/15.9.5/15.9.5.17/S15.9.5.17_A3_T2': [FAIL], 'ch15/15.9/15.9.5/15.9.5.18/S15.9.5.18_A3_T2': [FAIL], 'ch15/15.9/15.9.5/15.9.5.19/S15.9.5.19_A3_T2': [FAIL], 'ch15/15.9/15.9.5/15.9.5.2/S15.9.5.2_A3_T2': [FAIL], 'ch15/15.9/15.9.5/15.9.5.20/S15.9.5.20_A3_T2': [FAIL], 'ch15/15.9/15.9.5/15.9.5.21/S15.9.5.21_A3_T2': [FAIL], 'ch15/15.9/15.9.5/15.9.5.22/S15.9.5.22_A3_T2': [FAIL], 'ch15/15.9/15.9.5/15.9.5.23/S15.9.5.23_A3_T2': [FAIL], 'ch15/15.9/15.9.5/15.9.5.24/S15.9.5.24_A3_T2': [FAIL], 'ch15/15.9/15.9.5/15.9.5.25/S15.9.5.25_A3_T2': [FAIL], 'ch15/15.9/15.9.5/15.9.5.26/S15.9.5.26_A3_T2': [FAIL], 'ch15/15.9/15.9.5/15.9.5.27/S15.9.5.27_A3_T2': [FAIL], 'ch15/15.9/15.9.5/15.9.5.28/S15.9.5.28_A3_T2': [FAIL], 'ch15/15.9/15.9.5/15.9.5.29/S15.9.5.29_A3_T2': [FAIL], 'ch15/15.9/15.9.5/15.9.5.3/S15.9.5.3_A3_T2': [FAIL], 'ch15/15.9/15.9.5/15.9.5.30/S15.9.5.30_A3_T2': [FAIL], 'ch15/15.9/15.9.5/15.9.5.31/S15.9.5.31_A3_T2': [FAIL], 'ch15/15.9/15.9.5/15.9.5.32/S15.9.5.32_A3_T2': [FAIL], 'ch15/15.9/15.9.5/15.9.5.33/S15.9.5.33_A3_T2': [FAIL], 'ch15/15.9/15.9.5/15.9.5.34/S15.9.5.34_A3_T2': [FAIL], 'ch15/15.9/15.9.5/15.9.5.35/S15.9.5.35_A3_T2': [FAIL], 'ch15/15.9/15.9.5/15.9.5.36/S15.9.5.36_A3_T2': [FAIL], 'ch15/15.9/15.9.5/15.9.5.37/S15.9.5.37_A3_T2': [FAIL], 'ch15/15.9/15.9.5/15.9.5.38/S15.9.5.38_A3_T2': [FAIL], 'ch15/15.9/15.9.5/15.9.5.39/S15.9.5.39_A3_T2': [FAIL], 'ch15/15.9/15.9.5/15.9.5.4/S15.9.5.4_A3_T2': [FAIL], 'ch15/15.9/15.9.5/15.9.5.40/S15.9.5.40_A3_T2': [FAIL], 'ch15/15.9/15.9.5/15.9.5.41/S15.9.5.41_A3_T2': [FAIL], 'ch15/15.9/15.9.5/15.9.5.42/S15.9.5.42_A3_T2': [FAIL], 'ch15/15.9/15.9.5/15.9.5.5/S15.9.5.5_A3_T2': [FAIL], 'ch15/15.9/15.9.5/15.9.5.6/S15.9.5.6_A3_T2': [FAIL], 'ch15/15.9/15.9.5/15.9.5.7/S15.9.5.7_A3_T2': [FAIL], 'ch15/15.9/15.9.5/15.9.5.8/S15.9.5.8_A3_T2': [FAIL], 'ch15/15.9/15.9.5/15.9.5.9/S15.9.5.9_A3_T2': [FAIL], 'intl402/ch10/10.1/10.1_L15': [FAIL], 'intl402/ch10/10.2/10.2.2_L15': [FAIL], 'intl402/ch10/10.3/10.3.2_1_a_L15': [FAIL], 'intl402/ch10/10.3/10.3.2_L15': [FAIL], 'intl402/ch10/10.3/10.3.3_L15': [FAIL], 'intl402/ch11/11.1/11.1_L15': [FAIL], 'intl402/ch11/11.2/11.2.2_L15': [FAIL], 'intl402/ch11/11.3/11.3.2_1_a_L15': [FAIL], 'intl402/ch11/11.3/11.3.2_L15': [FAIL], 'intl402/ch11/11.3/11.3.3_L15': [FAIL], 'intl402/ch12/12.1/12.1_L15': [FAIL], 'intl402/ch12/12.2/12.2.2_L15': [FAIL], 'intl402/ch12/12.3/12.3.2_1_a_L15': [FAIL], 'intl402/ch12/12.3/12.3.2_L15': [FAIL], 'intl402/ch12/12.3/12.3.3_L15': [FAIL], 'intl402/ch13/13.1/13.1.1_L15': [FAIL], 'intl402/ch13/13.2/13.2.1_L15': [FAIL], 'intl402/ch13/13.3/13.3.1_L15': [FAIL], 'intl402/ch13/13.3/13.3.2_L15': [FAIL], 'intl402/ch13/13.3/13.3.3_L15': [FAIL], ############################ SKIPPED TESTS ############################# # These tests take a looong time to run in debug mode. 'ch15/15.1/15.1.3/15.1.3.1/S15.1.3.1_A2.5_T1': [PASS, ['mode == debug', SKIP]], 'ch15/15.1/15.1.3/15.1.3.2/S15.1.3.2_A2.5_T1': [PASS, ['mode == debug', SKIP]], }], # ALWAYS ['system == macos', { 'intl402/ch11/11.3/11.3.2_TRP': [FAIL], 'intl402/ch09/9.2/9.2.5_11_g_ii_2': [FAIL], }], # system == macos ['arch == arm or arch == mipsel or arch == mips or arch == arm64 or arch == mips64el', { # TODO(mstarzinger): Causes stack overflow on simulators due to eager # compilation of parenthesized function literals. Needs investigation. 'ch13/13.2/S13.2.1_A1_T1': [SKIP], # BUG(3251225): Tests that timeout with --nocrankshaft. 'ch15/15.1/15.1.3/15.1.3.1/S15.1.3.1_A2.4_T1': [SKIP], 'ch15/15.1/15.1.3/15.1.3.1/S15.1.3.1_A2.5_T1': [SKIP], 'ch15/15.1/15.1.3/15.1.3.2/S15.1.3.2_A2.4_T1': [SKIP], 'ch15/15.1/15.1.3/15.1.3.2/S15.1.3.2_A2.5_T1': [SKIP], 'ch15/15.1/15.1.3/15.1.3.3/S15.1.3.3_A2.3_T1': [SKIP], 'ch15/15.1/15.1.3/15.1.3.4/S15.1.3.4_A2.3_T1': [SKIP], }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' ]