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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
57 | 57 |
58 # https://code.google.com/p/v8/issues/detail?id=4348 | 58 # https://code.google.com/p/v8/issues/detail?id=4348 |
59 'built-ins/String/prototype/Symbol.iterator/this-val-non-obj-coercible': [FAIL
], | 59 'built-ins/String/prototype/Symbol.iterator/this-val-non-obj-coercible': [FAIL
], |
60 | 60 |
61 # The order of adding the name property is wrong | 61 # The order of adding the name property is wrong |
62 # https://code.google.com/p/v8/issues/detail?id=4199 | 62 # https://code.google.com/p/v8/issues/detail?id=4199 |
63 'language/computed-property-names/class/static/method-number': [FAIL, FAIL_SLO
PPY], | 63 'language/computed-property-names/class/static/method-number': [FAIL, FAIL_SLO
PPY], |
64 'language/computed-property-names/class/static/method-symbol': [FAIL, FAIL_SLO
PPY], | 64 'language/computed-property-names/class/static/method-symbol': [FAIL, FAIL_SLO
PPY], |
65 'language/computed-property-names/class/static/method-string': [FAIL, FAIL_SLO
PPY], | 65 'language/computed-property-names/class/static/method-string': [FAIL, FAIL_SLO
PPY], |
66 | 66 |
67 # https://bugs.chromium.org/p/v8/issues/detail?id=4776 | |
68 'language/statements/for-of/body-dstr-assign-error': [FAIL], | |
69 'language/statements/for-of/body-put-error': [FAIL], | |
70 | |
71 # We do not expose Array.prototype.values | 67 # We do not expose Array.prototype.values |
72 # https://code.google.com/p/v8/issues/detail?id=4247 | 68 # https://code.google.com/p/v8/issues/detail?id=4247 |
73 'built-ins/Array/prototype/Symbol.iterator': [FAIL], | 69 'built-ins/Array/prototype/Symbol.iterator': [FAIL], |
74 'built-ins/Array/prototype/values/returns-iterator': [FAIL], | 70 'built-ins/Array/prototype/values/returns-iterator': [FAIL], |
75 'built-ins/Array/prototype/values/returns-iterator-from-object': [FAIL], | 71 'built-ins/Array/prototype/values/returns-iterator-from-object': [FAIL], |
76 'built-ins/Array/prototype/values/prop-desc': [FAIL], | 72 'built-ins/Array/prototype/values/prop-desc': [FAIL], |
77 'built-ins/Array/prototype/values/name': [FAIL], | 73 'built-ins/Array/prototype/values/name': [FAIL], |
78 'built-ins/Array/prototype/values/length': [FAIL], | 74 'built-ins/Array/prototype/values/length': [FAIL], |
79 'built-ins/Array/prototype/values/iteration': [FAIL], | 75 'built-ins/Array/prototype/values/iteration': [FAIL], |
80 'built-ins/Array/prototype/values/iteration-mutable': [FAIL], | 76 'built-ins/Array/prototype/values/iteration-mutable': [FAIL], |
(...skipping 501 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
582 'language/statements/const/fn-name-gen': [SKIP], | 578 'language/statements/const/fn-name-gen': [SKIP], |
583 'language/statements/let/fn-name-arrow': [SKIP], | 579 'language/statements/let/fn-name-arrow': [SKIP], |
584 'language/statements/let/fn-name-class': [SKIP], | 580 'language/statements/let/fn-name-class': [SKIP], |
585 'language/statements/let/fn-name-cover': [SKIP], | 581 'language/statements/let/fn-name-cover': [SKIP], |
586 'language/statements/let/fn-name-fn': [SKIP], | 582 'language/statements/let/fn-name-fn': [SKIP], |
587 'language/statements/let/fn-name-gen': [SKIP], | 583 'language/statements/let/fn-name-gen': [SKIP], |
588 'test-api/Regress470113': [SKIP], | 584 'test-api/Regress470113': [SKIP], |
589 }], # ignition == True and (arch == arm or arch == arm64) | 585 }], # ignition == True and (arch == arm or arch == arm64) |
590 | 586 |
591 ] | 587 ] |
OLD | NEW |