| 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 280 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 291 | 291 |
| 292 # https://code.google.com/p/v8/issues/detail?id=4360 | 292 # https://code.google.com/p/v8/issues/detail?id=4360 |
| 293 'intl402/Collator/10.1.1_1': [FAIL], | 293 'intl402/Collator/10.1.1_1': [FAIL], |
| 294 'intl402/DateTimeFormat/12.1.1_1': [FAIL], | 294 'intl402/DateTimeFormat/12.1.1_1': [FAIL], |
| 295 'intl402/NumberFormat/11.1.1_1': [FAIL], | 295 'intl402/NumberFormat/11.1.1_1': [FAIL], |
| 296 | 296 |
| 297 # https://code.google.com/p/v8/issues/detail?id=4361 | 297 # https://code.google.com/p/v8/issues/detail?id=4361 |
| 298 'intl402/Collator/10.1.1_a': [FAIL], | 298 'intl402/Collator/10.1.1_a': [FAIL], |
| 299 | 299 |
| 300 # https://code.google.com/p/v8/issues/detail?id=4447 | 300 # https://code.google.com/p/v8/issues/detail?id=4447 |
| 301 'built-ins/Function/prototype/Symbol.hasInstance/*': [SKIP], |
| 302 'built-ins/Symbol/hasInstance/prop-desc': [FAIL], |
| 301 'language/expressions/instanceof/prototype-getter-with-object-throws': [FAIL], | 303 'language/expressions/instanceof/prototype-getter-with-object-throws': [FAIL], |
| 302 'language/expressions/instanceof/prototype-getter-with-object': [FAIL], | 304 'language/expressions/instanceof/prototype-getter-with-object': [FAIL], |
| 303 'language/expressions/instanceof/primitive-prototype-with-object': [FAIL], | 305 'language/expressions/instanceof/primitive-prototype-with-object': [FAIL], |
| 304 'language/expressions/instanceof/symbol-hasinstance-get-err': [FAIL], | 306 'language/expressions/instanceof/symbol-hasinstance-get-err': [FAIL], |
| 305 'language/expressions/instanceof/symbol-hasinstance-invocation': [FAIL], | 307 'language/expressions/instanceof/symbol-hasinstance-invocation': [FAIL], |
| 306 'language/expressions/instanceof/symbol-hasinstance-to-boolean': [FAIL], | 308 'language/expressions/instanceof/symbol-hasinstance-to-boolean': [FAIL], |
| 307 | 309 |
| 308 # https://code.google.com/p/v8/issues/detail?id=4476 | 310 # https://code.google.com/p/v8/issues/detail?id=4476 |
| 309 'built-ins/String/prototype/toLocaleLowerCase/special_casing_conditional': [FA
IL], | 311 'built-ins/String/prototype/toLocaleLowerCase/special_casing_conditional': [FA
IL], |
| 310 'built-ins/String/prototype/toLocaleLowerCase/supplementary_plane': [FAIL], | 312 'built-ins/String/prototype/toLocaleLowerCase/supplementary_plane': [FAIL], |
| (...skipping 346 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 657 'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T2': [SKIP], | 659 'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T2': [SKIP], |
| 658 'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T3': [SKIP], | 660 'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T3': [SKIP], |
| 659 'intl402/9.2.2': [SKIP], | 661 'intl402/9.2.2': [SKIP], |
| 660 'language/statements/let/fn-name-arrow': [SKIP], | 662 'language/statements/let/fn-name-arrow': [SKIP], |
| 661 'language/statements/let/fn-name-cover': [SKIP], | 663 'language/statements/let/fn-name-cover': [SKIP], |
| 662 'language/statements/let/fn-name-fn': [SKIP], | 664 'language/statements/let/fn-name-fn': [SKIP], |
| 663 'language/statements/let/fn-name-gen': [SKIP], | 665 'language/statements/let/fn-name-gen': [SKIP], |
| 664 }], # ignition == True and (arch == arm or arch == arm64) | 666 }], # ignition == True and (arch == arm or arch == arm64) |
| 665 | 667 |
| 666 ] | 668 ] |
| OLD | NEW |