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 341 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
352 # https://bugs.chromium.org/p/v8/issues/detail?id=5070 | 352 # https://bugs.chromium.org/p/v8/issues/detail?id=5070 |
353 'annexB/built-ins/Object/prototype/__defineGetter__/define-non-configurable':
[FAIL], | 353 'annexB/built-ins/Object/prototype/__defineGetter__/define-non-configurable':
[FAIL], |
354 'annexB/built-ins/Object/prototype/__defineGetter__/define-non-extensible': [F
AIL], | 354 'annexB/built-ins/Object/prototype/__defineGetter__/define-non-extensible': [F
AIL], |
355 'annexB/built-ins/Object/prototype/__defineGetter__/this-non-obj': [FAIL], | 355 'annexB/built-ins/Object/prototype/__defineGetter__/this-non-obj': [FAIL], |
356 'annexB/built-ins/Object/prototype/__defineSetter__/define-non-configurable':
[FAIL], | 356 'annexB/built-ins/Object/prototype/__defineSetter__/define-non-configurable':
[FAIL], |
357 'annexB/built-ins/Object/prototype/__defineSetter__/define-non-extensible': [F
AIL], | 357 'annexB/built-ins/Object/prototype/__defineSetter__/define-non-extensible': [F
AIL], |
358 'annexB/built-ins/Object/prototype/__defineSetter__/this-non-obj': [FAIL], | 358 'annexB/built-ins/Object/prototype/__defineSetter__/this-non-obj': [FAIL], |
359 'annexB/built-ins/Object/prototype/__lookupGetter__/this-non-obj': [FAIL], | 359 'annexB/built-ins/Object/prototype/__lookupGetter__/this-non-obj': [FAIL], |
360 'annexB/built-ins/Object/prototype/__lookupSetter__/this-non-obj': [FAIL], | 360 'annexB/built-ins/Object/prototype/__lookupSetter__/this-non-obj': [FAIL], |
361 | 361 |
362 # https://bugs.chromium.org/p/v8/issues/detail?id=5121 | |
363 'language/expressions/assignment/destructuring/obj-prop-__proto__dup': [FAIL], | |
364 | |
365 # https://bugs.chromium.org/p/v8/issues/detail?id=4973 | 362 # https://bugs.chromium.org/p/v8/issues/detail?id=4973 |
366 'language/literals/numeric/non-octal-decimal-integer-strict': [FAIL], | 363 'language/literals/numeric/non-octal-decimal-integer-strict': [FAIL], |
367 | 364 |
368 # https://bugs.chromium.org/p/v8/issues/detail?id=5130 | 365 # https://bugs.chromium.org/p/v8/issues/detail?id=5130 |
369 'annexB/built-ins/Object/prototype/__lookupGetter__/lookup-own-data': [FAIL], | 366 'annexB/built-ins/Object/prototype/__lookupGetter__/lookup-own-data': [FAIL], |
370 'annexB/built-ins/Object/prototype/__lookupGetter__/lookup-own-get-err': [FAIL
], | 367 'annexB/built-ins/Object/prototype/__lookupGetter__/lookup-own-get-err': [FAIL
], |
371 'annexB/built-ins/Object/prototype/__lookupGetter__/lookup-own-proto-err': [FA
IL], | 368 'annexB/built-ins/Object/prototype/__lookupGetter__/lookup-own-proto-err': [FA
IL], |
372 'annexB/built-ins/Object/prototype/__lookupGetter__/lookup-proto-data': [FAIL]
, | 369 'annexB/built-ins/Object/prototype/__lookupGetter__/lookup-proto-data': [FAIL]
, |
373 'annexB/built-ins/Object/prototype/__lookupGetter__/lookup-proto-get-err': [FA
IL], | 370 'annexB/built-ins/Object/prototype/__lookupGetter__/lookup-proto-get-err': [FA
IL], |
374 'annexB/built-ins/Object/prototype/__lookupGetter__/lookup-proto-proto-err': [
FAIL], | 371 'annexB/built-ins/Object/prototype/__lookupGetter__/lookup-proto-proto-err': [
FAIL], |
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
585 }], # asan == True | 582 }], # asan == True |
586 | 583 |
587 ['asan == True or msan == True or tsan == True', { | 584 ['asan == True or msan == True or tsan == True', { |
588 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 | 585 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 |
589 # The failed allocation causes an asan/msan/tsan error | 586 # The failed allocation causes an asan/msan/tsan error |
590 'built-ins/ArrayBuffer/allocation-limit': [SKIP], | 587 'built-ins/ArrayBuffer/allocation-limit': [SKIP], |
591 'built-ins/ArrayBuffer/length-is-too-large-throws': [SKIP], | 588 'built-ins/ArrayBuffer/length-is-too-large-throws': [SKIP], |
592 }], # asan == True or msan == True or tsan == True | 589 }], # asan == True or msan == True or tsan == True |
593 | 590 |
594 ] | 591 ] |
OLD | NEW |