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 310 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
321 # https://bugs.chromium.org/p/v8/issues/detail?id=5070 | 321 # https://bugs.chromium.org/p/v8/issues/detail?id=5070 |
322 'annexB/built-ins/Object/prototype/__defineGetter__/define-non-configurable':
[FAIL], | 322 'annexB/built-ins/Object/prototype/__defineGetter__/define-non-configurable':
[FAIL], |
323 'annexB/built-ins/Object/prototype/__defineGetter__/define-non-extensible': [F
AIL], | 323 'annexB/built-ins/Object/prototype/__defineGetter__/define-non-extensible': [F
AIL], |
324 'annexB/built-ins/Object/prototype/__defineGetter__/this-non-obj': [FAIL], | 324 'annexB/built-ins/Object/prototype/__defineGetter__/this-non-obj': [FAIL], |
325 'annexB/built-ins/Object/prototype/__defineSetter__/define-non-configurable':
[FAIL], | 325 'annexB/built-ins/Object/prototype/__defineSetter__/define-non-configurable':
[FAIL], |
326 'annexB/built-ins/Object/prototype/__defineSetter__/define-non-extensible': [F
AIL], | 326 'annexB/built-ins/Object/prototype/__defineSetter__/define-non-extensible': [F
AIL], |
327 'annexB/built-ins/Object/prototype/__defineSetter__/this-non-obj': [FAIL], | 327 'annexB/built-ins/Object/prototype/__defineSetter__/this-non-obj': [FAIL], |
328 'annexB/built-ins/Object/prototype/__lookupGetter__/this-non-obj': [FAIL], | 328 'annexB/built-ins/Object/prototype/__lookupGetter__/this-non-obj': [FAIL], |
329 'annexB/built-ins/Object/prototype/__lookupSetter__/this-non-obj': [FAIL], | 329 'annexB/built-ins/Object/prototype/__lookupSetter__/this-non-obj': [FAIL], |
330 | 330 |
331 # https://bugs.chromium.org/p/v8/issues/detail?id=4973 | |
332 'language/literals/numeric/non-octal-decimal-integer-strict': [FAIL], | |
333 | |
334 # https://bugs.chromium.org/p/v8/issues/detail?id=5130 | 331 # https://bugs.chromium.org/p/v8/issues/detail?id=5130 |
335 'annexB/built-ins/Object/prototype/__lookupGetter__/lookup-own-data': [FAIL], | 332 'annexB/built-ins/Object/prototype/__lookupGetter__/lookup-own-data': [FAIL], |
336 'annexB/built-ins/Object/prototype/__lookupGetter__/lookup-own-get-err': [FAIL
], | 333 'annexB/built-ins/Object/prototype/__lookupGetter__/lookup-own-get-err': [FAIL
], |
337 'annexB/built-ins/Object/prototype/__lookupGetter__/lookup-own-proto-err': [FA
IL], | 334 'annexB/built-ins/Object/prototype/__lookupGetter__/lookup-own-proto-err': [FA
IL], |
338 'annexB/built-ins/Object/prototype/__lookupGetter__/lookup-proto-data': [FAIL]
, | 335 'annexB/built-ins/Object/prototype/__lookupGetter__/lookup-proto-data': [FAIL]
, |
339 'annexB/built-ins/Object/prototype/__lookupGetter__/lookup-proto-get-err': [FA
IL], | 336 'annexB/built-ins/Object/prototype/__lookupGetter__/lookup-proto-get-err': [FA
IL], |
340 'annexB/built-ins/Object/prototype/__lookupGetter__/lookup-proto-proto-err': [
FAIL], | 337 'annexB/built-ins/Object/prototype/__lookupGetter__/lookup-proto-proto-err': [
FAIL], |
341 'annexB/built-ins/Object/prototype/__lookupSetter__/lookup-own-data': [FAIL], | 338 'annexB/built-ins/Object/prototype/__lookupSetter__/lookup-own-data': [FAIL], |
342 'annexB/built-ins/Object/prototype/__lookupSetter__/lookup-own-get-err': [FAIL
], | 339 'annexB/built-ins/Object/prototype/__lookupSetter__/lookup-own-get-err': [FAIL
], |
343 'annexB/built-ins/Object/prototype/__lookupSetter__/lookup-own-proto-err': [FA
IL], | 340 'annexB/built-ins/Object/prototype/__lookupSetter__/lookup-own-proto-err': [FA
IL], |
(...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
636 | 633 |
637 # v8:5487 | 634 # v8:5487 |
638 'language/module-code/namespace/internals/get-own-property-str-found-uninit':
[FAIL], | 635 'language/module-code/namespace/internals/get-own-property-str-found-uninit':
[FAIL], |
639 | 636 |
640 # v8:5401 | 637 # v8:5401 |
641 'language/module-code/namespace/internals/set': [FAIL], | 638 'language/module-code/namespace/internals/set': [FAIL], |
642 'language/module-code/namespace/internals/define-own-property': [FAIL], | 639 'language/module-code/namespace/internals/define-own-property': [FAIL], |
643 }], # variant == ignition or variant == ignition_staging or variant == ignition
_turbofan | 640 }], # variant == ignition or variant == ignition_staging or variant == ignition
_turbofan |
644 | 641 |
645 ] | 642 ] |
OLD | NEW |