| OLD | NEW |
| 1 # Copyright 2011 the V8 project authors. All rights reserved. | 1 # Copyright 2011 the V8 project authors. All rights reserved. |
| 2 # Redistribution and use in source and binary forms, with or without | 2 # Redistribution and use in source and binary forms, with or without |
| 3 # modification, are permitted provided that the following conditions are | 3 # modification, are permitted provided that the following conditions are |
| 4 # met: | 4 # met: |
| 5 # | 5 # |
| 6 # * Redistributions of source code must retain the above copyright | 6 # * Redistributions of source code must retain the above copyright |
| 7 # notice, this list of conditions and the following disclaimer. | 7 # notice, this list of conditions and the following disclaimer. |
| 8 # * Redistributions in binary form must reproduce the above | 8 # * Redistributions in binary form must reproduce the above |
| 9 # copyright notice, this list of conditions and the following | 9 # copyright notice, this list of conditions and the following |
| 10 # disclaimer in the documentation and/or other materials provided | 10 # disclaimer in the documentation and/or other materials provided |
| (...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 141 'built-ins/Array/prototype/Symbol.iterator': [FAIL], | 141 'built-ins/Array/prototype/Symbol.iterator': [FAIL], |
| 142 'built-ins/Array/prototype/values/returns-iterator': [FAIL], | 142 'built-ins/Array/prototype/values/returns-iterator': [FAIL], |
| 143 'built-ins/Array/prototype/values/returns-iterator-from-object': [FAIL], | 143 'built-ins/Array/prototype/values/returns-iterator-from-object': [FAIL], |
| 144 'built-ins/Array/prototype/values/prop-desc': [FAIL], | 144 'built-ins/Array/prototype/values/prop-desc': [FAIL], |
| 145 'built-ins/Array/prototype/values/name': [FAIL], | 145 'built-ins/Array/prototype/values/name': [FAIL], |
| 146 'built-ins/Array/prototype/values/length': [FAIL], | 146 'built-ins/Array/prototype/values/length': [FAIL], |
| 147 'built-ins/Array/prototype/values/iteration': [FAIL], | 147 'built-ins/Array/prototype/values/iteration': [FAIL], |
| 148 'built-ins/Array/prototype/values/iteration-mutable': [FAIL], | 148 'built-ins/Array/prototype/values/iteration-mutable': [FAIL], |
| 149 'built-ins/Array/prototype/Symbol.unscopables/value': [FAIL], | 149 'built-ins/Array/prototype/Symbol.unscopables/value': [FAIL], |
| 150 | 150 |
| 151 # https://code.google.com/p/v8/issues/detail?id=3566 | |
| 152 'built-ins/GeneratorPrototype/return/from-state-completed': [FAIL], | |
| 153 'built-ins/GeneratorPrototype/return/from-state-suspended-start': [FAIL], | |
| 154 'built-ins/GeneratorPrototype/return/property-descriptor': [FAIL], | |
| 155 'built-ins/GeneratorPrototype/return/try-catch-before-try': [FAIL], | |
| 156 'built-ins/GeneratorPrototype/return/try-catch-following-catch': [FAIL], | |
| 157 'built-ins/GeneratorPrototype/return/try-catch-within-catch': [FAIL], | |
| 158 'built-ins/GeneratorPrototype/return/try-catch-within-try': [FAIL], | |
| 159 'built-ins/GeneratorPrototype/return/try-finally-before-try': [FAIL], | |
| 160 'built-ins/GeneratorPrototype/return/try-finally-following-finally': [FAIL], | |
| 161 'built-ins/GeneratorPrototype/return/try-finally-nested-try-catch-within-catch
': [FAIL], | |
| 162 'built-ins/GeneratorPrototype/return/try-finally-nested-try-catch-within-final
ly': [FAIL], | |
| 163 'built-ins/GeneratorPrototype/return/try-finally-nested-try-catch-within-inner
-try': [FAIL], | |
| 164 'built-ins/GeneratorPrototype/return/try-finally-nested-try-catch-within-outer
-try-after-nested': [FAIL], | |
| 165 'built-ins/GeneratorPrototype/return/try-finally-nested-try-catch-within-outer
-try-before-nested': [FAIL], | |
| 166 'built-ins/GeneratorPrototype/return/try-finally-within-finally': [FAIL], | |
| 167 'built-ins/GeneratorPrototype/return/try-finally-within-try': [FAIL], | |
| 168 | |
| 169 # https://code.google.com/p/v8/issues/detail?id=4248 | 151 # https://code.google.com/p/v8/issues/detail?id=4248 |
| 170 'language/expressions/compound-assignment/S11.13.2_A5.*': [FAIL], | 152 'language/expressions/compound-assignment/S11.13.2_A5.*': [FAIL], |
| 171 'language/expressions/compound-assignment/S11.13.2_A6.*': [FAIL], | 153 'language/expressions/compound-assignment/S11.13.2_A6.*': [FAIL], |
| 172 'language/expressions/compound-assignment/S11.13.2_A7.10_T4': [FAIL], | 154 'language/expressions/compound-assignment/S11.13.2_A7.10_T4': [FAIL], |
| 173 'language/expressions/compound-assignment/S11.13.2_A7.11_T4': [FAIL], | 155 'language/expressions/compound-assignment/S11.13.2_A7.11_T4': [FAIL], |
| 174 'language/expressions/compound-assignment/S11.13.2_A7.1_T4': [FAIL], | 156 'language/expressions/compound-assignment/S11.13.2_A7.1_T4': [FAIL], |
| 175 'language/expressions/compound-assignment/S11.13.2_A7.2_T4': [FAIL], | 157 'language/expressions/compound-assignment/S11.13.2_A7.2_T4': [FAIL], |
| 176 'language/expressions/compound-assignment/S11.13.2_A7.3_T4': [FAIL], | 158 'language/expressions/compound-assignment/S11.13.2_A7.3_T4': [FAIL], |
| 177 'language/expressions/compound-assignment/S11.13.2_A7.4_T4': [FAIL], | 159 'language/expressions/compound-assignment/S11.13.2_A7.4_T4': [FAIL], |
| 178 'language/expressions/compound-assignment/S11.13.2_A7.5_T4': [FAIL], | 160 'language/expressions/compound-assignment/S11.13.2_A7.5_T4': [FAIL], |
| (...skipping 527 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 706 'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T2': [SKIP], | 688 'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T2': [SKIP], |
| 707 'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T3': [SKIP], | 689 'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T3': [SKIP], |
| 708 'intl402/9.2.2': [SKIP], | 690 'intl402/9.2.2': [SKIP], |
| 709 'language/statements/let/fn-name-arrow': [SKIP], | 691 'language/statements/let/fn-name-arrow': [SKIP], |
| 710 'language/statements/let/fn-name-cover': [SKIP], | 692 'language/statements/let/fn-name-cover': [SKIP], |
| 711 'language/statements/let/fn-name-fn': [SKIP], | 693 'language/statements/let/fn-name-fn': [SKIP], |
| 712 'language/statements/let/fn-name-gen': [SKIP], | 694 'language/statements/let/fn-name-gen': [SKIP], |
| 713 }], # ignition == True and (arch == arm or arch == arm64) | 695 }], # ignition == True and (arch == arm or arch == arm64) |
| 714 | 696 |
| 715 ] | 697 ] |
| OLD | NEW |