| 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 319 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 532 'language/statements/for-of/yield-from-catch': [SKIP], | 524 'language/statements/for-of/yield-from-catch': [SKIP], |
| 533 'language/statements/for-of/yield-from-finally': [SKIP], | 525 'language/statements/for-of/yield-from-finally': [SKIP], |
| 534 'language/statements/for-of/yield-from-try': [SKIP], | 526 'language/statements/for-of/yield-from-try': [SKIP], |
| 535 'language/statements/for-of/yield-star': [SKIP], | 527 'language/statements/for-of/yield-star': [SKIP], |
| 536 'language/statements/for-of/yield-star-from-catch': [SKIP], | 528 'language/statements/for-of/yield-star-from-catch': [SKIP], |
| 537 'language/statements/for-of/yield-star-from-finally': [SKIP], | 529 'language/statements/for-of/yield-star-from-finally': [SKIP], |
| 538 'language/statements/for-of/yield-star-from-try': [SKIP], | 530 'language/statements/for-of/yield-star-from-try': [SKIP], |
| 539 'language/object-literal/concise-generator': [SKIP], | 531 'language/object-literal/concise-generator': [SKIP], |
| 540 'language/statements/do-while/S12.6.1_A4_T5': [SKIP], | 532 'language/statements/do-while/S12.6.1_A4_T5': [SKIP], |
| 541 'language/statements/while/S12.6.2_A4_T5': [SKIP], | 533 'language/statements/while/S12.6.2_A4_T5': [SKIP], |
| 534 'language/expressions/instanceof/symbol-hasinstance-not-callable': [SKIP], |
| 542 | 535 |
| 543 }], # ignition == True | 536 }], # ignition == True |
| 544 | 537 |
| 545 ['ignition == True and (arch == arm or arch == arm64)', { | 538 ['ignition == True and (arch == arm or arch == arm64)', { |
| 546 'built-ins/Promise/all/ctx-ctor': [SKIP], | 539 'built-ins/Promise/all/ctx-ctor': [SKIP], |
| 547 'built-ins/Promise/race/ctx-ctor': [SKIP], | 540 'built-ins/Promise/race/ctx-ctor': [SKIP], |
| 548 'built-ins/decodeURI/S15.1.3.1_A1.12_T3': [SKIP], | 541 'built-ins/decodeURI/S15.1.3.1_A1.12_T3': [SKIP], |
| 549 'built-ins/decodeURIComponent/S15.1.3.2_A1.10_T1': [SKIP], | 542 'built-ins/decodeURIComponent/S15.1.3.2_A1.10_T1': [SKIP], |
| 550 'built-ins/decodeURIComponent/S15.1.3.2_A1.11_T2': [SKIP], | 543 'built-ins/decodeURIComponent/S15.1.3.2_A1.11_T2': [SKIP], |
| 551 'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T2': [SKIP], | 544 'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T2': [SKIP], |
| (...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 618 'language/statements/const/fn-name-gen': [SKIP], | 611 'language/statements/const/fn-name-gen': [SKIP], |
| 619 'language/statements/let/fn-name-arrow': [SKIP], | 612 'language/statements/let/fn-name-arrow': [SKIP], |
| 620 'language/statements/let/fn-name-class': [SKIP], | 613 'language/statements/let/fn-name-class': [SKIP], |
| 621 'language/statements/let/fn-name-cover': [SKIP], | 614 'language/statements/let/fn-name-cover': [SKIP], |
| 622 'language/statements/let/fn-name-fn': [SKIP], | 615 'language/statements/let/fn-name-fn': [SKIP], |
| 623 'language/statements/let/fn-name-gen': [SKIP], | 616 'language/statements/let/fn-name-gen': [SKIP], |
| 624 'test-api/Regress470113': [SKIP], | 617 'test-api/Regress470113': [SKIP], |
| 625 }], # ignition == True and (arch == arm or arch == arm64) | 618 }], # ignition == True and (arch == arm or arch == arm64) |
| 626 | 619 |
| 627 ] | 620 ] |
| OLD | NEW |