| 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 291 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 302 # We do not expose Array.prototype.values | 302 # We do not expose Array.prototype.values |
| 303 # https://code.google.com/p/v8/issues/detail?id=4247 | 303 # https://code.google.com/p/v8/issues/detail?id=4247 |
| 304 'built-ins/Array/prototype/Symbol.iterator': [FAIL], | 304 'built-ins/Array/prototype/Symbol.iterator': [FAIL], |
| 305 'built-ins/Array/prototype/values/returns-iterator': [FAIL], | 305 'built-ins/Array/prototype/values/returns-iterator': [FAIL], |
| 306 'built-ins/Array/prototype/values/returns-iterator-from-object': [FAIL], | 306 'built-ins/Array/prototype/values/returns-iterator-from-object': [FAIL], |
| 307 'built-ins/Array/prototype/values/prop-desc': [FAIL], | 307 'built-ins/Array/prototype/values/prop-desc': [FAIL], |
| 308 'built-ins/Array/prototype/values/name': [FAIL], | 308 'built-ins/Array/prototype/values/name': [FAIL], |
| 309 'built-ins/Array/prototype/values/length': [FAIL], | 309 'built-ins/Array/prototype/values/length': [FAIL], |
| 310 'built-ins/Array/prototype/values/iteration': [FAIL], | 310 'built-ins/Array/prototype/values/iteration': [FAIL], |
| 311 'built-ins/Array/prototype/values/iteration-mutable': [FAIL], | 311 'built-ins/Array/prototype/values/iteration-mutable': [FAIL], |
| 312 'built-ins/Array/prototype/Symbol.unscopables/value': [FAIL], |
| 312 | 313 |
| 313 #https://code.google.com/p/v8/issues/detail?id=3983 | 314 #https://code.google.com/p/v8/issues/detail?id=3983 |
| 314 'language/expressions/generators/yield-as-function-expression-binding-identifi
er': [FAIL], | 315 'language/expressions/generators/yield-as-function-expression-binding-identifi
er': [FAIL], |
| 315 'language/expressions/generators/yield-as-generator-expression-binding-identif
ier': [FAIL], | 316 'language/expressions/generators/yield-as-generator-expression-binding-identif
ier': [FAIL], |
| 316 'language/expressions/object/method-definition/generator-argSuperProperty': [F
AIL], | 317 'language/expressions/object/method-definition/generator-argSuperProperty': [F
AIL], |
| 317 'language/expressions/object/method-definition/yield-as-function-expression-bi
nding-identifier': [FAIL], | 318 'language/expressions/object/method-definition/yield-as-function-expression-bi
nding-identifier': [FAIL], |
| 318 'language/statements/generators/yield-as-function-expression-binding-identifie
r': [FAIL], | 319 'language/statements/generators/yield-as-function-expression-binding-identifie
r': [FAIL], |
| 319 | 320 |
| 320 # https://code.google.com/p/v8/issues/detail?id=3566 | 321 # https://code.google.com/p/v8/issues/detail?id=3566 |
| 321 'built-ins/GeneratorPrototype/return/from-state-completed': [FAIL], | 322 'built-ins/GeneratorPrototype/return/from-state-completed': [FAIL], |
| (...skipping 445 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 767 | 768 |
| 768 # BUG(3251225): Tests that timeout with --nocrankshaft. | 769 # BUG(3251225): Tests that timeout with --nocrankshaft. |
| 769 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], | 770 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], |
| 770 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], | 771 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], |
| 771 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP], | 772 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP], |
| 772 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], | 773 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], |
| 773 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP], | 774 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP], |
| 774 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP], | 775 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP], |
| 775 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' | 776 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' |
| 776 ] | 777 ] |
| OLD | NEW |