OLD | NEW |
1 # Copyright 2012 the V8 project authors. All rights reserved. | 1 # Copyright 2012 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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
69 'big-object-literal': [PASS, NO_VARIANTS], | 69 'big-object-literal': [PASS, NO_VARIANTS], |
70 'bit-not': [PASS, NO_VARIANTS], | 70 'bit-not': [PASS, NO_VARIANTS], |
71 'json2': [PASS, NO_VARIANTS], | 71 'json2': [PASS, NO_VARIANTS], |
72 'packed-elements': [PASS, NO_VARIANTS], | 72 'packed-elements': [PASS, NO_VARIANTS], |
73 'string-indexof-1': [PASS, NO_VARIANTS], | 73 'string-indexof-1': [PASS, NO_VARIANTS], |
74 'unbox-double-arrays': [PASS, NO_VARIANTS], | 74 'unbox-double-arrays': [PASS, NO_VARIANTS], |
75 'unicode-test': [PASS, NO_VARIANTS], | 75 'unicode-test': [PASS, NO_VARIANTS], |
76 'whitespaces': [PASS, NO_VARIANTS], | 76 'whitespaces': [PASS, NO_VARIANTS], |
77 'compiler/osr-assert': [PASS, NO_VARIANTS], | 77 'compiler/osr-assert': [PASS, NO_VARIANTS], |
78 'es6/string-fromcodepoint': [PASS, NO_VARIANTS], | 78 'es6/string-fromcodepoint': [PASS, NO_VARIANTS], |
79 # TODO(cbruni): enable once we fix classConstructor calls in optimized code | |
80 'es6/classes': [PASS, NO_VARIANTS], | |
81 'regress/regress-2185-2': [PASS, NO_VARIANTS], | 79 'regress/regress-2185-2': [PASS, NO_VARIANTS], |
82 'regress/regress-2612': [PASS, NO_VARIANTS], | 80 'regress/regress-2612': [PASS, NO_VARIANTS], |
83 | 81 |
84 # Modules are busted | 82 # Modules are busted |
85 'harmony/module-linking': [SKIP], | 83 'harmony/module-linking': [SKIP], |
86 'harmony/module-recompile': [SKIP], | 84 'harmony/module-recompile': [SKIP], |
87 'harmony/module-resolution': [SKIP], | 85 'harmony/module-resolution': [SKIP], |
88 'harmony/regress/regress-343928': [SKIP], | 86 'harmony/regress/regress-343928': [SKIP], |
89 | 87 |
90 # Issue 3660: Replacing activated TurboFan frames by unoptimized code does | 88 # Issue 3660: Replacing activated TurboFan frames by unoptimized code does |
(...skipping 629 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
720 'd8-worker-sharedarraybuffer': [SKIP], | 718 'd8-worker-sharedarraybuffer': [SKIP], |
721 }], # 'predictable == True' | 719 }], # 'predictable == True' |
722 | 720 |
723 ############################################################################## | 721 ############################################################################## |
724 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { | 722 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { |
725 | 723 |
726 # take too long with the simulator. | 724 # take too long with the simulator. |
727 'regress/regress-1132': [SKIP], | 725 'regress/regress-1132': [SKIP], |
728 }], # 'arch == ppc and simulator_run == True' | 726 }], # 'arch == ppc and simulator_run == True' |
729 ] | 727 ] |
OLD | NEW |