Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(428)

Side by Side Diff: test/test262/test262.status

Issue 2302783002: [modules] Basic support of exports (Closed)
Patch Set: . Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
11 # with the distribution. 11 # with the distribution.
12 # * Neither the name of Google Inc. nor the names of its 12 # * Neither the name of Google Inc. nor the names of its
13 # contributors may be used to endorse or promote products derived 13 # contributors may be used to endorse or promote products derived
14 # from this software without specific prior written permission. 14 # from this software without specific prior written permission.
15 # 15 #
16 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 16 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
17 # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 17 # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
18 # LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 18 # LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
19 # A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 19 # A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
20 # OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 20 # OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
21 # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 21 # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
22 # LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 22 # LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
23 # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 23 # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
24 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 24 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 25 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
26 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 26 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27 27
28 [ 28 [
29
29 [ALWAYS, { 30 [ALWAYS, {
30 ###################### NEEDS INVESTIGATION ####################### 31 ###################### NEEDS INVESTIGATION #######################
31 32
32 # This is an incompatibility between ES5 and V8 on enumerating 33 # This is an incompatibility between ES5 and V8 on enumerating
33 # shadowed elements in a for..in loop. 34 # shadowed elements in a for..in loop.
34 # https://code.google.com/p/v8/issues/detail?id=705 35 # https://code.google.com/p/v8/issues/detail?id=705
35 'language/statements/for-in/12.6.4-2': [PASS, FAIL_OK], 36 'language/statements/for-in/12.6.4-2': [PASS, FAIL_OK],
36 37
37 ###################### MISSING ES6 FEATURES ####################### 38 ###################### MISSING ES6 FEATURES #######################
38 39
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
319 'built-ins/Function/prototype/toString/line-terminator-normalisation-LF': [FAI L], 320 'built-ins/Function/prototype/toString/line-terminator-normalisation-LF': [FAI L],
320 'built-ins/Function/prototype/toString/method-class': [FAIL], 321 'built-ins/Function/prototype/toString/method-class': [FAIL],
321 'built-ins/Function/prototype/toString/method-class-static': [FAIL], 322 'built-ins/Function/prototype/toString/method-class-static': [FAIL],
322 'built-ins/Function/prototype/toString/method-computed-property-name': [FAIL], 323 'built-ins/Function/prototype/toString/method-computed-property-name': [FAIL],
323 'built-ins/Function/prototype/toString/method-object': [FAIL], 324 'built-ins/Function/prototype/toString/method-object': [FAIL],
324 'built-ins/Function/prototype/toString/setter-class': [FAIL], 325 'built-ins/Function/prototype/toString/setter-class': [FAIL],
325 'built-ins/Function/prototype/toString/setter-class-static': [FAIL], 326 'built-ins/Function/prototype/toString/setter-class-static': [FAIL],
326 'built-ins/Function/prototype/toString/setter-object': [FAIL], 327 'built-ins/Function/prototype/toString/setter-object': [FAIL],
327 'built-ins/Function/prototype/toString/unicode': [FAIL], 328 'built-ins/Function/prototype/toString/unicode': [FAIL],
328 329
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],
334 'language/module-code/*': [SKIP],
335
336 # https://bugs.chromium.org/p/v8/issues/detail?id=5012 330 # https://bugs.chromium.org/p/v8/issues/detail?id=5012
337 # http://bugs.icu-project.org/trac/ticket/12671 331 # http://bugs.icu-project.org/trac/ticket/12671
338 'intl402/Intl/getCanonicalLocales/weird-cases': [FAIL], 332 'intl402/Intl/getCanonicalLocales/weird-cases': [FAIL],
339 # https://github.com/tc39/test262/issues/743 333 # https://github.com/tc39/test262/issues/743
340 'intl402/Intl/getCanonicalLocales/main': [FAIL], 334 'intl402/Intl/getCanonicalLocales/main': [FAIL],
341 335
342 # https://bugs.chromium.org/p/v8/issues/detail?id=5115 336 # https://bugs.chromium.org/p/v8/issues/detail?id=5115
343 'language/statements/class/subclass/class-definition-null-proto-missing-return -override': [FAIL], 337 'language/statements/class/subclass/class-definition-null-proto-missing-return -override': [FAIL],
344 'language/statements/class/subclass/class-definition-null-proto-this': [FAIL], 338 'language/statements/class/subclass/class-definition-null-proto-this': [FAIL],
345 339
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
581 'built-ins/Promise/prototype/then/deferred-is-resolved-value': [SKIP], 575 'built-ins/Promise/prototype/then/deferred-is-resolved-value': [SKIP],
582 }], # asan == True 576 }], # asan == True
583 577
584 ['asan == True or msan == True or tsan == True', { 578 ['asan == True or msan == True or tsan == True', {
585 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 579 # https://bugs.chromium.org/p/v8/issues/detail?id=4639
586 # The failed allocation causes an asan/msan/tsan error 580 # The failed allocation causes an asan/msan/tsan error
587 'built-ins/ArrayBuffer/allocation-limit': [SKIP], 581 'built-ins/ArrayBuffer/allocation-limit': [SKIP],
588 'built-ins/ArrayBuffer/length-is-too-large-throws': [SKIP], 582 'built-ins/ArrayBuffer/length-is-too-large-throws': [SKIP],
589 }], # asan == True or msan == True or tsan == True 583 }], # asan == True or msan == True or tsan == True
590 584
585 # Module-related tests
586 # https://bugs.chromium.org/p/v8/issues/detail?id=1569
587 ['variant != ignition', {
588 'language/eval-code/direct/export': [SKIP],
589 'language/eval-code/direct/import': [SKIP],
590 'language/eval-code/indirect/export': [SKIP],
591 'language/eval-code/indirect/import': [SKIP],
592 'language/module-code/*': [SKIP],
593 }], # 'variant != ignition'
594 ['variant == ignition', {
595 'language/module-code/comment-*': [SKIP],
596 'language/module-code/eval-*': [SKIP],
597 'language/module-code/instn-*': [SKIP],
598 'language/module-code/namespace/*': [SKIP],
599 'language/module-code/parse-err-*': [SKIP],
600 }], # 'variant == ignition'
601
591 ] 602 ]
OLDNEW
« src/interpreter/bytecode-generator.cc ('K') | « test/mjsunit/modules/this.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698