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

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

Issue 6102002: Add exception for test-deoptimization/DeoptimizeBinaryOperationDIV... (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
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 | « 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 2008 the V8 project authors. All rights reserved. 1 # Copyright 2008 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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 # BUG(945): Socket connect fails on ARM 75 # BUG(945): Socket connect fails on ARM
76 test-debug/DebuggerAgentProtocolOverflowHeader: SKIP 76 test-debug/DebuggerAgentProtocolOverflowHeader: SKIP
77 test-sockets/Socket: SKIP 77 test-sockets/Socket: SKIP
78 78
79 79
80 ############################################################################## 80 ##############################################################################
81 [ $arch == arm && $crankshaft ] 81 [ $arch == arm && $crankshaft ]
82 82
83 # Tests that fail with crankshaft. 83 # Tests that fail with crankshaft.
84 test-deoptimization/DeoptimizeBinaryOperationMOD: FAIL 84 test-deoptimization/DeoptimizeBinaryOperationMOD: FAIL
85 test-deoptimization/DeoptimizeBinaryOperationDIV: FAIL
85 86
86 # Tests that time out with crankshaft. 87 # Tests that time out with crankshaft.
87 test-debug/ThreadedDebugging: SKIP 88 test-debug/ThreadedDebugging: SKIP
88 test-debug/DebugBreakLoop: SKIP 89 test-debug/DebugBreakLoop: SKIP
89 90
90 91
91 ############################################################################## 92 ##############################################################################
92 [ $arch == mips ] 93 [ $arch == mips ]
93 test-accessors: SKIP 94 test-accessors: SKIP
94 test-alloc: SKIP 95 test-alloc: SKIP
95 test-api: SKIP 96 test-api: SKIP
96 test-compiler: SKIP 97 test-compiler: SKIP
97 test-cpu-profiler: SKIP 98 test-cpu-profiler: SKIP
98 test-debug: SKIP 99 test-debug: SKIP
99 test-decls: SKIP 100 test-decls: SKIP
100 test-func-name-inference: SKIP 101 test-func-name-inference: SKIP
101 test-heap: SKIP 102 test-heap: SKIP
102 test-heap-profiler: SKIP 103 test-heap-profiler: SKIP
103 test-log: SKIP 104 test-log: SKIP
104 test-log-utils: SKIP 105 test-log-utils: SKIP
105 test-mark-compact: SKIP 106 test-mark-compact: SKIP
106 test-regexp: SKIP 107 test-regexp: SKIP
107 test-serialize: SKIP 108 test-serialize: SKIP
108 test-sockets: SKIP 109 test-sockets: SKIP
109 test-strings: SKIP 110 test-strings: SKIP
110 test-threads: SKIP 111 test-threads: SKIP
111 test-thread-termination: SKIP 112 test-thread-termination: SKIP
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