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 309 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
320 'built-ins/Function/prototype/toString/method-class': [FAIL], | 320 'built-ins/Function/prototype/toString/method-class': [FAIL], |
321 'built-ins/Function/prototype/toString/method-class-static': [FAIL], | 321 'built-ins/Function/prototype/toString/method-class-static': [FAIL], |
322 'built-ins/Function/prototype/toString/method-computed-property-name': [FAIL], | 322 'built-ins/Function/prototype/toString/method-computed-property-name': [FAIL], |
323 'built-ins/Function/prototype/toString/method-object': [FAIL], | 323 'built-ins/Function/prototype/toString/method-object': [FAIL], |
324 'built-ins/Function/prototype/toString/setter-class': [FAIL], | 324 'built-ins/Function/prototype/toString/setter-class': [FAIL], |
325 'built-ins/Function/prototype/toString/setter-class-static': [FAIL], | 325 'built-ins/Function/prototype/toString/setter-class-static': [FAIL], |
326 'built-ins/Function/prototype/toString/setter-object': [FAIL], | 326 'built-ins/Function/prototype/toString/setter-object': [FAIL], |
327 'built-ins/Function/prototype/toString/unicode': [FAIL], | 327 'built-ins/Function/prototype/toString/unicode': [FAIL], |
328 | 328 |
329 # https://bugs.chromium.org/p/v8/issues/detail?id=1569 | 329 # https://bugs.chromium.org/p/v8/issues/detail?id=1569 |
| 330 'language/eval-code/direct/export': [SKIP], |
| 331 'language/eval-code/direct/import': [SKIP], |
| 332 'language/eval-code/indirect/export': [SKIP], |
| 333 'language/eval-code/indirect/import': [SKIP], |
330 'language/module-code/*': [SKIP], | 334 'language/module-code/*': [SKIP], |
331 | 335 |
332 # https://bugs.chromium.org/p/v8/issues/detail?id=5012 | 336 # https://bugs.chromium.org/p/v8/issues/detail?id=5012 |
333 # http://bugs.icu-project.org/trac/ticket/12671 | 337 # http://bugs.icu-project.org/trac/ticket/12671 |
334 'intl402/Intl/getCanonicalLocales/weird-cases': [FAIL], | 338 'intl402/Intl/getCanonicalLocales/weird-cases': [FAIL], |
335 # https://github.com/tc39/test262/issues/743 | 339 # https://github.com/tc39/test262/issues/743 |
336 'intl402/Intl/getCanonicalLocales/main': [FAIL], | 340 'intl402/Intl/getCanonicalLocales/main': [FAIL], |
337 | 341 |
338 # https://bugs.chromium.org/p/v8/issues/detail?id=5115 | 342 # https://bugs.chromium.org/p/v8/issues/detail?id=5115 |
339 'language/statements/class/subclass/class-definition-null-proto-missing-return
-override': [FAIL], | 343 'language/statements/class/subclass/class-definition-null-proto-missing-return
-override': [FAIL], |
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
581 }], # asan == True | 585 }], # asan == True |
582 | 586 |
583 ['asan == True or msan == True or tsan == True', { | 587 ['asan == True or msan == True or tsan == True', { |
584 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 | 588 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 |
585 # The failed allocation causes an asan/msan/tsan error | 589 # The failed allocation causes an asan/msan/tsan error |
586 'built-ins/ArrayBuffer/allocation-limit': [SKIP], | 590 'built-ins/ArrayBuffer/allocation-limit': [SKIP], |
587 'built-ins/ArrayBuffer/length-is-too-large-throws': [SKIP], | 591 'built-ins/ArrayBuffer/length-is-too-large-throws': [SKIP], |
588 }], # asan == True or msan == True or tsan == True | 592 }], # asan == True or msan == True or tsan == True |
589 | 593 |
590 ] | 594 ] |
OLD | NEW |