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

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

Issue 16329004: Mark test-cpu-profiler/SampleWhenFrameIsNotSetup as flaky on MIPS simulator (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 6 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 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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 # BUG(355): Test crashes on ARM. 63 # BUG(355): Test crashes on ARM.
64 test-log/ProfLazyMode: SKIP 64 test-log/ProfLazyMode: SKIP
65 65
66 # BUG(1075): Unresolved crashes. 66 # BUG(1075): Unresolved crashes.
67 test-serialize/Deserialize: SKIP 67 test-serialize/Deserialize: SKIP
68 test-serialize/DeserializeFromSecondSerializationAndRunScript2: SKIP 68 test-serialize/DeserializeFromSecondSerializationAndRunScript2: SKIP
69 test-serialize/DeserializeAndRunScript2: SKIP 69 test-serialize/DeserializeAndRunScript2: SKIP
70 test-serialize/DeserializeFromSecondSerialization: SKIP 70 test-serialize/DeserializeFromSecondSerialization: SKIP
71 71
72 ############################################################################## 72 ##############################################################################
73 [ $arch == mipsel ]
74
75 # BUG(2628): The test sometimes fails on MIPS simulator.
76 test-cpu-profiler/SampleWhenFrameIsNotSetup: PASS || FAIL
77
78 ##############################################################################
73 [ $arch == android_arm || $arch == android_ia32 ] 79 [ $arch == android_arm || $arch == android_ia32 ]
74 80
75 # Tests crash as there is no /tmp directory in Android. 81 # Tests crash as there is no /tmp directory in Android.
76 test-log/LogAccessorCallbacks: SKIP 82 test-log/LogAccessorCallbacks: SKIP
77 test-log/LogCallbacks: SKIP 83 test-log/LogCallbacks: SKIP
78 test-log/ProfLazyMode: SKIP 84 test-log/ProfLazyMode: SKIP
79 85
80 # platform-tls.h does not contain an ANDROID-related header. 86 # platform-tls.h does not contain an ANDROID-related header.
81 test-platform-tls/FastTLS: SKIP 87 test-platform-tls/FastTLS: SKIP
82 88
83 # This test times out. 89 # This test times out.
84 test-threads/ThreadJoinSelf: SKIP 90 test-threads/ThreadJoinSelf: SKIP
85 91
86 ############################################################################## 92 ##############################################################################
87 [ $arch == nacl_ia32 || $arch == nacl_x64 ] 93 [ $arch == nacl_ia32 || $arch == nacl_x64 ]
88 94
89 # These tests fail as there is no /tmp directory in Native Client. 95 # These tests fail as there is no /tmp directory in Native Client.
90 test-log/LogAccessorCallbacks: SKIP 96 test-log/LogAccessorCallbacks: SKIP
91 test-log/LogCallbacks: SKIP 97 test-log/LogCallbacks: SKIP
92 test-log/ProfLazyMode: SKIP 98 test-log/ProfLazyMode: SKIP
93 99
94 # Native Client doesn't support sockets. 100 # Native Client doesn't support sockets.
95 test-debug/DebuggerAgent: SKIP 101 test-debug/DebuggerAgent: SKIP
96 test-debug/DebuggerAgentProtocolOverflowHeader: SKIP 102 test-debug/DebuggerAgentProtocolOverflowHeader: SKIP
97 test-sockets/Socket: SKIP 103 test-sockets/Socket: SKIP
98 104
99 # Profiling doesn't work on Native Client. 105 # Profiling doesn't work on Native Client.
100 test-cpu-profiler/*: SKIP 106 test-cpu-profiler/*: 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