| 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 350 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 361 'built-ins/Symbol/split/prop-desc': [FAIL], | 361 'built-ins/Symbol/split/prop-desc': [FAIL], |
| 362 'built-ins/String/prototype/split/cstm-split-invocation': [FAIL], | 362 'built-ins/String/prototype/split/cstm-split-invocation': [FAIL], |
| 363 'built-ins/String/prototype/split/cstm-split-get-err': [FAIL], | 363 'built-ins/String/prototype/split/cstm-split-get-err': [FAIL], |
| 364 | 364 |
| 365 # https://code.google.com/p/v8/issues/detail?id=4346 | 365 # https://code.google.com/p/v8/issues/detail?id=4346 |
| 366 'built-ins/RegExp/prototype/flags/u': [FAIL], | 366 'built-ins/RegExp/prototype/flags/u': [FAIL], |
| 367 | 367 |
| 368 # https://code.google.com/p/v8/issues/detail?id=4361 | 368 # https://code.google.com/p/v8/issues/detail?id=4361 |
| 369 'intl402/Collator/10.1.1_a': [FAIL], | 369 'intl402/Collator/10.1.1_a': [FAIL], |
| 370 | 370 |
| 371 # https://code.google.com/p/v8/issues/detail?id=4362 | |
| 372 'built-ins/String/prototype/repeat/empty-string-returns-empty': [PASS, FAIL], | |
| 373 | |
| 374 # https://code.google.com/p/v8/issues/detail?id=4447 | 371 # https://code.google.com/p/v8/issues/detail?id=4447 |
| 375 'built-ins/Function/prototype/Symbol.hasInstance/*': [SKIP], | 372 'built-ins/Function/prototype/Symbol.hasInstance/*': [SKIP], |
| 376 'built-ins/Symbol/hasInstance/prop-desc': [FAIL], | 373 'built-ins/Symbol/hasInstance/prop-desc': [FAIL], |
| 377 'language/expressions/instanceof/symbol-hasinstance-get-err': [FAIL], | 374 'language/expressions/instanceof/symbol-hasinstance-get-err': [FAIL], |
| 378 'language/expressions/instanceof/symbol-hasinstance-invocation': [FAIL], | 375 'language/expressions/instanceof/symbol-hasinstance-invocation': [FAIL], |
| 379 'language/expressions/instanceof/symbol-hasinstance-to-boolean': [FAIL], | 376 'language/expressions/instanceof/symbol-hasinstance-to-boolean': [FAIL], |
| 380 | 377 |
| 381 # https://code.google.com/p/v8/issues/detail?id=3931 | 378 # https://code.google.com/p/v8/issues/detail?id=3931 |
| 382 'built-ins/Reflect/*': [FAIL], | 379 'built-ins/Reflect/*': [FAIL], |
| 383 | 380 |
| (...skipping 294 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 678 'language/statements/function/S13.2.2_A19_T8': [SKIP], | 675 'language/statements/function/S13.2.2_A19_T8': [SKIP], |
| 679 'language/statements/while/S12.6.2_A4_T5': [SKIP], | 676 'language/statements/while/S12.6.2_A4_T5': [SKIP], |
| 680 }], # ignition == True | 677 }], # ignition == True |
| 681 | 678 |
| 682 ['ignition == True and (arch == arm or arch == arm64)', { | 679 ['ignition == True and (arch == arm or arch == arm64)', { |
| 683 'built-ins/encodeURI*': [SKIP], | 680 'built-ins/encodeURI*': [SKIP], |
| 684 'intl402/9.2.2': [SKIP], | 681 'intl402/9.2.2': [SKIP], |
| 685 }], # ignition == True and (arch == arm or arch == arm64) | 682 }], # ignition == True and (arch == arm or arch == arm64) |
| 686 | 683 |
| 687 ] | 684 ] |
| OLD | NEW |