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

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

Issue 14253015: Skip samples where top function's stack frame is not setup properly (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: mips->mipsel Created 7 years, 7 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
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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 # BUG(355): Test crashes on ARM. 74 # BUG(355): Test crashes on ARM.
75 test-log/ProfLazyMode: SKIP 75 test-log/ProfLazyMode: SKIP
76 76
77 # BUG(1075): Unresolved crashes. 77 # BUG(1075): Unresolved crashes.
78 test-serialize/Deserialize: SKIP 78 test-serialize/Deserialize: SKIP
79 test-serialize/DeserializeFromSecondSerializationAndRunScript2: SKIP 79 test-serialize/DeserializeFromSecondSerializationAndRunScript2: SKIP
80 test-serialize/DeserializeAndRunScript2: SKIP 80 test-serialize/DeserializeAndRunScript2: SKIP
81 test-serialize/DeserializeFromSecondSerialization: SKIP 81 test-serialize/DeserializeFromSecondSerialization: SKIP
82 82
83 ############################################################################## 83 ##############################################################################
84 [ $arch == arm || $arch == mipsel ]
85
86 # BUG(2628): Signal may come when pc is close to frame enter/exit code and on
87 # simulator the stack frame is not set up when it is expected to be for the pc
88 # value.
89 test-cpu-profiler/SampleWhenFrameIsNotSetup: SKIP
90
91 ##############################################################################
84 [ $arch == android_arm || $arch == android_ia32 ] 92 [ $arch == android_arm || $arch == android_ia32 ]
85 93
86 # Tests crash as there is no /tmp directory in Android. 94 # Tests crash as there is no /tmp directory in Android.
87 test-log/LogAccessorCallbacks: SKIP 95 test-log/LogAccessorCallbacks: SKIP
88 test-log/LogCallbacks: SKIP 96 test-log/LogCallbacks: SKIP
89 test-log/ProfLazyMode: SKIP 97 test-log/ProfLazyMode: SKIP
90 98
91 # platform-tls.h does not contain an ANDROID-related header. 99 # platform-tls.h does not contain an ANDROID-related header.
92 test-platform-tls/FastTLS: SKIP 100 test-platform-tls/FastTLS: SKIP
93 101
94 # This test times out. 102 # This test times out.
95 test-threads/ThreadJoinSelf: SKIP 103 test-threads/ThreadJoinSelf: SKIP
96 104
97 ############################################################################## 105 ##############################################################################
98 [ $arch == nacl_ia32 || $arch == nacl_x64 ] 106 [ $arch == nacl_ia32 || $arch == nacl_x64 ]
99 107
100 # These tests fail as there is no /tmp directory in Native Client. 108 # These tests fail as there is no /tmp directory in Native Client.
101 test-log/LogAccessorCallbacks: SKIP 109 test-log/LogAccessorCallbacks: SKIP
102 test-log/LogCallbacks: SKIP 110 test-log/LogCallbacks: SKIP
103 test-log/ProfLazyMode: SKIP 111 test-log/ProfLazyMode: SKIP
104 112
105 # Native Client doesn't support sockets. 113 # Native Client doesn't support sockets.
106 test-debug/DebuggerAgent: SKIP 114 test-debug/DebuggerAgent: SKIP
107 test-debug/DebuggerAgentProtocolOverflowHeader: SKIP 115 test-debug/DebuggerAgentProtocolOverflowHeader: SKIP
108 test-sockets/Socket: SKIP 116 test-sockets/Socket: SKIP
109 117
110 # Profiling doesn't work on Native Client. 118 # Profiling doesn't work on Native Client.
111 test-cpu-profiler/*: SKIP 119 test-cpu-profiler/*: SKIP
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698