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

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

Issue 6113004: Version 3.0.7 (Closed) Base URL: https://v8.googlecode.com/svn/trunk
Patch Set: Created 9 years, 11 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 | Annotate | Revision Log
« no previous file with comments | « src/x64/macro-assembler-x64.cc ('k') | test/cctest/test-debug.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2008 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.
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 50
51 ############################################################################## 51 ##############################################################################
52 [ $arch == x64 ] 52 [ $arch == x64 ]
53 53
54 # Optimization is currently not working on crankshaft x64 and ARM. 54 # Optimization is currently not working on crankshaft x64 and ARM.
55 test-heap/TestInternalWeakLists: PASS || FAIL 55 test-heap/TestInternalWeakLists: PASS || FAIL
56 test-heap/TestInternalWeakListsTraverseWithGC: PASS || FAIL 56 test-heap/TestInternalWeakListsTraverseWithGC: PASS || FAIL
57 57
58 58
59 ############################################################################## 59 ##############################################################################
60 [ $arch == x64 && $crankshaft ]
61
62 # Tests that fail with crankshaft.
63 test-deoptimization/DeoptimizeBinaryOperationADDString: FAIL
64 test-deoptimization/DeoptimizeBinaryOperationADD: FAIL
65 test-deoptimization/DeoptimizeBinaryOperationSUB: FAIL
66 test-deoptimization/DeoptimizeBinaryOperationMUL: FAIL
67 test-deoptimization/DeoptimizeBinaryOperationMOD: FAIL
68 test-deoptimization/DeoptimizeBinaryOperationDIV: FAIL
69 test-deoptimization/DeoptimizeLoadICStoreIC: FAIL
70 test-deoptimization/DeoptimizeLoadICStoreICNested: FAIL
71 test-deoptimization/DeoptimizeCompare: FAIL
72
73 # Tests that time out with crankshaft.
74 test-api/Threading: SKIP
75
76
77 ##############################################################################
60 [ $arch == arm ] 78 [ $arch == arm ]
61 79
62 # Optimization is currently not working on crankshaft x64 and ARM. 80 # Optimization is currently not working on crankshaft x64 and ARM.
63 test-heap/TestInternalWeakLists: PASS || FAIL 81 test-heap/TestInternalWeakLists: PASS || FAIL
64 test-heap/TestInternalWeakListsTraverseWithGC: PASS || FAIL 82 test-heap/TestInternalWeakListsTraverseWithGC: PASS || FAIL
65 83
66 # We cannot assume that we can throw OutOfMemory exceptions in all situations. 84 # We cannot assume that we can throw OutOfMemory exceptions in all situations.
67 # Apparently our ARM box is in such a state. Skip the test as it also runs for 85 # Apparently our ARM box is in such a state. Skip the test as it also runs for
68 # a long time. 86 # a long time.
69 test-api/OutOfMemory: SKIP 87 test-api/OutOfMemory: SKIP
70 test-api/OutOfMemoryNested: SKIP 88 test-api/OutOfMemoryNested: SKIP
71 89
72 # BUG(355): Test crashes on ARM. 90 # BUG(355): Test crashes on ARM.
73 test-log/ProfLazyMode: SKIP 91 test-log/ProfLazyMode: SKIP
74 92
75 # BUG(945): Socket connect fails on ARM 93 # BUG(945): Socket connect fails on ARM
76 test-debug/DebuggerAgentProtocolOverflowHeader: SKIP 94 test-debug/DebuggerAgentProtocolOverflowHeader: SKIP
77 test-sockets/Socket: SKIP 95 test-sockets/Socket: SKIP
78 96
79 97
80 ############################################################################## 98 ##############################################################################
81 [ $arch == arm && $crankshaft ] 99 [ $arch == arm && $crankshaft ]
82 100
83 # Tests that fail with crankshaft. 101 # Tests that can fail with crankshaft.
84 test-deoptimization/DeoptimizeBinaryOperationMOD: FAIL 102 test-deoptimization/DeoptimizeBinaryOperationMOD: PASS || FAIL
103 test-deoptimization/DeoptimizeBinaryOperationDIV: PASS || FAIL
85 104
86 # Tests that time out with crankshaft. 105 # Tests that time out with crankshaft.
87 test-debug/ThreadedDebugging: SKIP 106 test-debug/ThreadedDebugging: SKIP
88 test-debug/DebugBreakLoop: SKIP 107 test-debug/DebugBreakLoop: SKIP
89 108
90 109
91 ############################################################################## 110 ##############################################################################
92 [ $arch == mips ] 111 [ $arch == mips ]
93 test-accessors: SKIP 112 test-accessors: SKIP
94 test-alloc: SKIP 113 test-alloc: SKIP
95 test-api: SKIP 114 test-api: SKIP
96 test-compiler: SKIP 115 test-compiler: SKIP
97 test-cpu-profiler: SKIP 116 test-cpu-profiler: SKIP
98 test-debug: SKIP 117 test-debug: SKIP
99 test-decls: SKIP 118 test-decls: SKIP
100 test-func-name-inference: SKIP 119 test-func-name-inference: SKIP
101 test-heap: SKIP 120 test-heap: SKIP
102 test-heap-profiler: SKIP 121 test-heap-profiler: SKIP
103 test-log: SKIP 122 test-log: SKIP
104 test-log-utils: SKIP 123 test-log-utils: SKIP
105 test-mark-compact: SKIP 124 test-mark-compact: SKIP
106 test-regexp: SKIP 125 test-regexp: SKIP
107 test-serialize: SKIP 126 test-serialize: SKIP
108 test-sockets: SKIP 127 test-sockets: SKIP
109 test-strings: SKIP 128 test-strings: SKIP
110 test-threads: SKIP 129 test-threads: SKIP
111 test-thread-termination: SKIP 130 test-thread-termination: SKIP
OLDNEW
« no previous file with comments | « src/x64/macro-assembler-x64.cc ('k') | test/cctest/test-debug.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698