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 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
185 'built-ins/RegExp/prototype/Symbol.split/*': [SKIP], | 185 'built-ins/RegExp/prototype/Symbol.split/*': [SKIP], |
186 | 186 |
187 # https://code.google.com/p/v8/issues/detail?id=4360 | 187 # https://code.google.com/p/v8/issues/detail?id=4360 |
188 'intl402/Collator/10.1.1_1': [FAIL], | 188 'intl402/Collator/10.1.1_1': [FAIL], |
189 'intl402/DateTimeFormat/12.1.1_1': [FAIL], | 189 'intl402/DateTimeFormat/12.1.1_1': [FAIL], |
190 'intl402/NumberFormat/11.1.1_1': [FAIL], | 190 'intl402/NumberFormat/11.1.1_1': [FAIL], |
191 | 191 |
192 # https://code.google.com/p/v8/issues/detail?id=4361 | 192 # https://code.google.com/p/v8/issues/detail?id=4361 |
193 'intl402/Collator/10.1.1_a': [FAIL], | 193 'intl402/Collator/10.1.1_a': [FAIL], |
194 | 194 |
195 # https://code.google.com/p/v8/issues/detail?id=4447 | |
196 'language/expressions/instanceof/prototype-getter-with-object-throws': [FAIL], | |
197 'language/expressions/instanceof/prototype-getter-with-object': [FAIL], | |
198 'language/expressions/instanceof/primitive-prototype-with-object': [FAIL], | |
199 'language/expressions/instanceof/symbol-hasinstance-get-err': [FAIL], | |
200 'language/expressions/instanceof/symbol-hasinstance-invocation': [FAIL], | |
201 'language/expressions/instanceof/symbol-hasinstance-to-boolean': [FAIL], | |
202 | |
203 # https://code.google.com/p/v8/issues/detail?id=4476 | 195 # https://code.google.com/p/v8/issues/detail?id=4476 |
204 'built-ins/String/prototype/toLocaleLowerCase/special_casing_conditional': [FA
IL], | 196 'built-ins/String/prototype/toLocaleLowerCase/special_casing_conditional': [FA
IL], |
205 'built-ins/String/prototype/toLocaleLowerCase/supplementary_plane': [FAIL], | 197 'built-ins/String/prototype/toLocaleLowerCase/supplementary_plane': [FAIL], |
206 'built-ins/String/prototype/toLowerCase/special_casing_conditional': [FAIL], | 198 'built-ins/String/prototype/toLowerCase/special_casing_conditional': [FAIL], |
207 'built-ins/String/prototype/toLowerCase/supplementary_plane': [FAIL], | 199 'built-ins/String/prototype/toLowerCase/supplementary_plane': [FAIL], |
208 'built-ins/String/prototype/toLocaleUpperCase/supplementary_plane': [FAIL], | 200 'built-ins/String/prototype/toLocaleUpperCase/supplementary_plane': [FAIL], |
209 'built-ins/String/prototype/toUpperCase/supplementary_plane': [FAIL], | 201 'built-ins/String/prototype/toUpperCase/supplementary_plane': [FAIL], |
210 | 202 |
211 # https://code.google.com/p/v8/issues/detail?id=4477 | 203 # https://code.google.com/p/v8/issues/detail?id=4477 |
212 'intl402/String/prototype/toLocaleLowerCase/special_casing_Azeri': [FAIL], | 204 'intl402/String/prototype/toLocaleLowerCase/special_casing_Azeri': [FAIL], |
(...skipping 316 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
529 'language/statements/for-of/yield-from-catch': [SKIP], | 521 'language/statements/for-of/yield-from-catch': [SKIP], |
530 'language/statements/for-of/yield-from-finally': [SKIP], | 522 'language/statements/for-of/yield-from-finally': [SKIP], |
531 'language/statements/for-of/yield-from-try': [SKIP], | 523 'language/statements/for-of/yield-from-try': [SKIP], |
532 'language/statements/for-of/yield-star': [SKIP], | 524 'language/statements/for-of/yield-star': [SKIP], |
533 'language/statements/for-of/yield-star-from-catch': [SKIP], | 525 'language/statements/for-of/yield-star-from-catch': [SKIP], |
534 'language/statements/for-of/yield-star-from-finally': [SKIP], | 526 'language/statements/for-of/yield-star-from-finally': [SKIP], |
535 'language/statements/for-of/yield-star-from-try': [SKIP], | 527 'language/statements/for-of/yield-star-from-try': [SKIP], |
536 'language/object-literal/concise-generator': [SKIP], | 528 'language/object-literal/concise-generator': [SKIP], |
537 'language/statements/do-while/S12.6.1_A4_T5': [SKIP], | 529 'language/statements/do-while/S12.6.1_A4_T5': [SKIP], |
538 'language/statements/while/S12.6.2_A4_T5': [SKIP], | 530 'language/statements/while/S12.6.2_A4_T5': [SKIP], |
| 531 'language/expressions/instanceof/symbol-hasinstance-not-callable': [SKIP], |
539 | 532 |
540 }], # ignition == True | 533 }], # ignition == True |
541 | 534 |
542 ['ignition == True and (arch == arm or arch == arm64)', { | 535 ['ignition == True and (arch == arm or arch == arm64)', { |
543 'built-ins/Promise/all/ctx-ctor': [SKIP], | 536 'built-ins/Promise/all/ctx-ctor': [SKIP], |
544 'built-ins/Promise/race/ctx-ctor': [SKIP], | 537 'built-ins/Promise/race/ctx-ctor': [SKIP], |
545 'built-ins/decodeURI/S15.1.3.1_A1.12_T3': [SKIP], | 538 'built-ins/decodeURI/S15.1.3.1_A1.12_T3': [SKIP], |
546 'built-ins/decodeURIComponent/S15.1.3.2_A1.10_T1': [SKIP], | 539 'built-ins/decodeURIComponent/S15.1.3.2_A1.10_T1': [SKIP], |
547 'built-ins/decodeURIComponent/S15.1.3.2_A1.11_T2': [SKIP], | 540 'built-ins/decodeURIComponent/S15.1.3.2_A1.11_T2': [SKIP], |
548 'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T2': [SKIP], | 541 'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T2': [SKIP], |
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
615 'language/statements/const/fn-name-gen': [SKIP], | 608 'language/statements/const/fn-name-gen': [SKIP], |
616 'language/statements/let/fn-name-arrow': [SKIP], | 609 'language/statements/let/fn-name-arrow': [SKIP], |
617 'language/statements/let/fn-name-class': [SKIP], | 610 'language/statements/let/fn-name-class': [SKIP], |
618 'language/statements/let/fn-name-cover': [SKIP], | 611 'language/statements/let/fn-name-cover': [SKIP], |
619 'language/statements/let/fn-name-fn': [SKIP], | 612 'language/statements/let/fn-name-fn': [SKIP], |
620 'language/statements/let/fn-name-gen': [SKIP], | 613 'language/statements/let/fn-name-gen': [SKIP], |
621 'test-api/Regress470113': [SKIP], | 614 'test-api/Regress470113': [SKIP], |
622 }], # ignition == True and (arch == arm or arch == arm64) | 615 }], # ignition == True and (arch == arm or arch == arm64) |
623 | 616 |
624 ] | 617 ] |
OLD | NEW |