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

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

Issue 1330203003: [turbofan] Disable test that started to timeout. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 'compare-known-objects-slow': [PASS, NO_VARIANTS], 68 'compare-known-objects-slow': [PASS, NO_VARIANTS],
69 'elements-kind': [PASS, NO_VARIANTS], 69 'elements-kind': [PASS, NO_VARIANTS],
70 'opt-elements-kind': [PASS, NO_VARIANTS], 70 'opt-elements-kind': [PASS, NO_VARIANTS],
71 'smi-representation': [PASS, NO_VARIANTS], 71 'smi-representation': [PASS, NO_VARIANTS],
72 72
73 # Some tests are just too slow to run for now. 73 # Some tests are just too slow to run for now.
74 'big-object-literal': [PASS, NO_VARIANTS], 74 'big-object-literal': [PASS, NO_VARIANTS],
75 'bit-not': [PASS, NO_VARIANTS], 75 'bit-not': [PASS, NO_VARIANTS],
76 'json2': [PASS, NO_VARIANTS], 76 'json2': [PASS, NO_VARIANTS],
77 'packed-elements': [PASS, NO_VARIANTS], 77 'packed-elements': [PASS, NO_VARIANTS],
78 'string-indexof-1': [PASS, NO_VARIANTS],
78 'unbox-double-arrays': [PASS, NO_VARIANTS], 79 'unbox-double-arrays': [PASS, NO_VARIANTS],
79 'unicode-test': [PASS, NO_VARIANTS], 80 'unicode-test': [PASS, NO_VARIANTS],
80 'whitespaces': [PASS, NO_VARIANTS], 81 'whitespaces': [PASS, NO_VARIANTS],
81 'compiler/osr-assert': [PASS, NO_VARIANTS], 82 'compiler/osr-assert': [PASS, NO_VARIANTS],
83 'es6/string-fromcodepoint': [PASS, NO_VARIANTS],
82 'regress/regress-2185-2': [PASS, NO_VARIANTS], 84 'regress/regress-2185-2': [PASS, NO_VARIANTS],
83 'regress/regress-2612': [PASS, NO_VARIANTS], 85 'regress/regress-2612': [PASS, NO_VARIANTS],
84 86
85 # Modules are busted 87 # Modules are busted
86 'harmony/module-linking': [SKIP], 88 'harmony/module-linking': [SKIP],
87 'harmony/module-recompile': [SKIP], 89 'harmony/module-recompile': [SKIP],
88 'harmony/module-resolution': [SKIP], 90 'harmony/module-resolution': [SKIP],
89 'harmony/regress/regress-343928': [SKIP], 91 'harmony/regress/regress-343928': [SKIP],
90 92
91 # Issue 3660: Replacing activated TurboFan frames by unoptimized code does 93 # Issue 3660: Replacing activated TurboFan frames by unoptimized code does
(...skipping 586 matching lines...) Expand 10 before | Expand all | Expand 10 after
678 'regress/regress-2653': [SKIP], 680 'regress/regress-2653': [SKIP],
679 }], # 'deopt_fuzzer == True' 681 }], # 'deopt_fuzzer == True'
680 682
681 ############################################################################## 683 ##############################################################################
682 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr ue', { 684 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr ue', {
683 685
684 # take too long with the simulator. 686 # take too long with the simulator.
685 'regress/regress-1132': [SKIP], 687 'regress/regress-1132': [SKIP],
686 }], # 'arch == ppc and simulator_run == True' 688 }], # 'arch == ppc and simulator_run == True'
687 ] 689 ]
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698