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

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

Issue 6688068: Change cctests to use variant flags as part of the name for the serilization file. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: '' Created 9 years, 9 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 | « test/benchmarks/testcfg.py ('k') | test/cctest/testcfg.py » ('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 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
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 test-api/OutOfMemory: SKIP 58 test-api/OutOfMemory: SKIP
59 test-api/OutOfMemoryNested: SKIP 59 test-api/OutOfMemoryNested: SKIP
60 60
61 # BUG(355): Test crashes on ARM. 61 # BUG(355): Test crashes on ARM.
62 test-log/ProfLazyMode: SKIP 62 test-log/ProfLazyMode: SKIP
63 63
64 # BUG(945): Socket connect fails on ARM 64 # BUG(945): Socket connect fails on ARM
65 test-debug/DebuggerAgentProtocolOverflowHeader: SKIP 65 test-debug/DebuggerAgentProtocolOverflowHeader: SKIP
66 test-sockets/Socket: SKIP 66 test-sockets/Socket: SKIP
67 67
68 # BUG(1075): Some deserialization tests fail om ARM
69 test-serialize/Deserialize: SKIP
70 test-serialize/DeserializeFromSecondSerializationAndRunScript2: SKIP
71 test-serialize/DeserializeAndRunScript2: SKIP
72 test-serialize/DeserializeFromSecondSerialization: SKIP
73
74 ############################################################################## 68 ##############################################################################
75 [ $arch == arm && $crankshaft ] 69 [ $arch == arm && $crankshaft ]
76 70
77 # Tests that time out with crankshaft. 71 # Tests that time out with crankshaft.
78 test-debug/ThreadedDebugging: SKIP 72 test-debug/ThreadedDebugging: SKIP
79 test-debug/DebugBreakLoop: SKIP 73 test-debug/DebugBreakLoop: SKIP
80 74
81 75
82 ############################################################################## 76 ##############################################################################
83 [ $arch == mips ] 77 [ $arch == mips ]
(...skipping 15 matching lines...) Expand all
99 test-sockets: SKIP 93 test-sockets: SKIP
100 test-strings: SKIP 94 test-strings: SKIP
101 test-threads: SKIP 95 test-threads: SKIP
102 test-thread-termination: SKIP 96 test-thread-termination: SKIP
103 97
104 ############################################################################## 98 ##############################################################################
105 # Tests that time out with Isolates 99 # Tests that time out with Isolates
106 [ $system == linux ] 100 [ $system == linux ]
107 test-profile-generator/RecordStackTraceAtStartProfiling: SKIP 101 test-profile-generator/RecordStackTraceAtStartProfiling: SKIP
108 test-cpu-profiler/CrashIfStoppingLastNonExistentProfile: SKIP 102 test-cpu-profiler/CrashIfStoppingLastNonExistentProfile: SKIP
OLDNEW
« no previous file with comments | « test/benchmarks/testcfg.py ('k') | test/cctest/testcfg.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698