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

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

Issue 143003013: Initial patch for a64. (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/a64
Patch Set: Created 6 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 | « test/cctest/cctest.gyp ('k') | test/cctest/test-hashing.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 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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 # We do not yet shrink weak maps after they have been emptied by the GC 48 # We do not yet shrink weak maps after they have been emptied by the GC
49 test-weakmaps/Shrinking: FAIL 49 test-weakmaps/Shrinking: FAIL
50 50
51 # Deferred stack trace formatting is temporarily disabled. 51 # Deferred stack trace formatting is temporarily disabled.
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 ]
59
60 test-api/Bug618: PASS
61
62 ##############################################################################
58 [ $arch == arm ] 63 [ $arch == arm ]
59 64
60 # We cannot assume that we can throw OutOfMemory exceptions in all situations. 65 # We cannot assume that we can throw OutOfMemory exceptions in all situations.
61 # Apparently our ARM box is in such a state. Skip the test as it also runs for 66 # Apparently our ARM box is in such a state. Skip the test as it also runs for
62 # a long time. 67 # a long time.
63 test-api/OutOfMemory: SKIP 68 test-api/OutOfMemory: SKIP
64 test-api/OutOfMemoryNested: SKIP 69 test-api/OutOfMemoryNested: SKIP
65 70
66 # BUG(355): Test crashes on ARM. 71 # BUG(355): Test crashes on ARM.
67 test-log/ProfLazyMode: SKIP 72 test-log/ProfLazyMode: SKIP
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 test-log/LogCallbacks: SKIP 108 test-log/LogCallbacks: SKIP
104 test-log/ProfLazyMode: SKIP 109 test-log/ProfLazyMode: SKIP
105 110
106 # Native Client doesn't support sockets. 111 # Native Client doesn't support sockets.
107 test-debug/DebuggerAgent: SKIP 112 test-debug/DebuggerAgent: SKIP
108 test-debug/DebuggerAgentProtocolOverflowHeader: SKIP 113 test-debug/DebuggerAgentProtocolOverflowHeader: SKIP
109 test-sockets/Socket: SKIP 114 test-sockets/Socket: SKIP
110 115
111 # Profiling doesn't work on Native Client. 116 # Profiling doesn't work on Native Client.
112 test-cpu-profiler/*: SKIP 117 test-cpu-profiler/*: SKIP
OLDNEW
« no previous file with comments | « test/cctest/cctest.gyp ('k') | test/cctest/test-hashing.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698