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

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

Issue 137543009: Introduce a parameter to skip slow tests when running with a simulator. (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/a64
Patch Set: Created 6 years, 10 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 | test/mjsunit/mjsunit.status » ('j') | test/mjsunit/mjsunit.status » ('J')
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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 test-heap/ReleaseStackTraceData: PASS || FAIL 52 test-heap/ReleaseStackTraceData: PASS || FAIL
53 53
54 # Boot up memory use is bloated in debug mode. 54 # Boot up memory use is bloated in debug mode.
55 test-mark-compact/BootUpMemoryUse: PASS, PASS || FAIL if $mode == debug 55 test-mark-compact/BootUpMemoryUse: PASS, PASS || FAIL if $mode == debug
56 56
57 ############################################################################## 57 ##############################################################################
58 [ $arch == a64 ] 58 [ $arch == a64 ]
59 59
60 test-api/Bug618: PASS 60 test-api/Bug618: PASS
61 61
62 [ $arch == a64 && $simulator_run == True ]
63
64 # Pass but take too long with the simulator.
65 test-api/ExternalArrays: SKIP
ulan 2014/01/28 12:13:23 Maybe 'PASS || TIMEOUT' instead of 'SKIP'? That co
Alexandre Rames 2014/01/28 13:53:23 Done.
66 test-api/Threading1: SKIP
67
68 [ $arch == a64 && $mode == debug && $simulator_run == True ]
69
70 # Pass but take too long with the simulator in debug mode.
71 test-api/ExternalDoubleArray: SKIP
ulan 2014/01/28 12:13:23 Did *Array tests finish on your machine?
ulan 2014/01/28 12:25:38 I ran test-api/ExternalArrays and it finishes in ~
Alexandre Rames 2014/01/28 13:53:23 Yes I tested all of these, and they take ~17 minut
72 test-api/ExternalFloat32Array: SKIP
73 test-api/ExternalFloat64Array: SKIP
74 test-api/ExternalFloatArray: SKIP
75 test-api/Fload32Array: SKIP
Jakob Kummerow 2014/01/28 12:28:46 s/Fload/Float/ or this won't do what you want ;-)
Alexandre Rames 2014/01/28 13:53:23 Done.
76 test-api/Fload64Array: SKIP
77 test-debug/DebugBreakLoop: SKIP
78
79
62 ############################################################################## 80 ##############################################################################
63 [ $arch == arm ] 81 [ $arch == arm ]
64 82
65 # We cannot assume that we can throw OutOfMemory exceptions in all situations. 83 # We cannot assume that we can throw OutOfMemory exceptions in all situations.
66 # Apparently our ARM box is in such a state. Skip the test as it also runs for 84 # Apparently our ARM box is in such a state. Skip the test as it also runs for
67 # a long time. 85 # a long time.
68 test-api/OutOfMemory: SKIP 86 test-api/OutOfMemory: SKIP
69 test-api/OutOfMemoryNested: SKIP 87 test-api/OutOfMemoryNested: SKIP
70 88
71 # BUG(355): Test crashes on ARM. 89 # BUG(355): Test crashes on ARM.
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 test-log/LogCallbacks: SKIP 129 test-log/LogCallbacks: SKIP
112 test-log/ProfLazyMode: SKIP 130 test-log/ProfLazyMode: SKIP
113 131
114 # Native Client doesn't support sockets. 132 # Native Client doesn't support sockets.
115 test-debug/DebuggerAgent: SKIP 133 test-debug/DebuggerAgent: SKIP
116 test-debug/DebuggerAgentProtocolOverflowHeader: SKIP 134 test-debug/DebuggerAgentProtocolOverflowHeader: SKIP
117 test-sockets/Socket: SKIP 135 test-sockets/Socket: SKIP
118 136
119 # Profiling doesn't work on Native Client. 137 # Profiling doesn't work on Native Client.
120 test-cpu-profiler/*: SKIP 138 test-cpu-profiler/*: SKIP
OLDNEW
« no previous file with comments | « no previous file | test/mjsunit/mjsunit.status » ('j') | test/mjsunit/mjsunit.status » ('J')

Powered by Google App Engine
This is Rietveld 408576698