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

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

Issue 68773007: [Sheriff] Mark flaky test on windows. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 1 month 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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 # Boot up memory use is bloated in debug mode. 56 # Boot up memory use is bloated in debug mode.
57 'test-mark-compact/BootUpMemoryUse': [PASS, PASS, ['mode == debug', FAIL]], 57 'test-mark-compact/BootUpMemoryUse': [PASS, PASS, ['mode == debug', FAIL]],
58 58
59 # This tests only that the preparser and parser agree, so there is no point in 59 # This tests only that the preparser and parser agree, so there is no point in
60 # running several variants. Note that this still takes ages, because there 60 # running several variants. Note that this still takes ages, because there
61 # are actually 13 * 38 * 5 * 128 = 316160 individual tests hidden here. 61 # are actually 13 * 38 * 5 * 128 = 316160 individual tests hidden here.
62 'test-parsing/ParserSync': [PASS, NO_VARIANTS], 62 'test-parsing/ParserSync': [PASS, NO_VARIANTS],
63 }], # ALWAYS 63 }], # ALWAYS
64 64
65 ############################################################################## 65 ##############################################################################
66 ['system == windows', {
67
68 # BUG(2999).
69 'test-cpu-profiler/CollectCpuProfile': [PASS, FAIL],
70 }], # 'system == windows'
71
72 ##############################################################################
66 ['arch == arm', { 73 ['arch == arm', {
67 74
68 # We cannot assume that we can throw OutOfMemory exceptions in all situations. 75 # We cannot assume that we can throw OutOfMemory exceptions in all situations.
69 # Apparently our ARM box is in such a state. Skip the test as it also runs for 76 # Apparently our ARM box is in such a state. Skip the test as it also runs for
70 # a long time. 77 # a long time.
71 'test-api/OutOfMemory': [SKIP], 78 'test-api/OutOfMemory': [SKIP],
72 'test-api/OutOfMemoryNested': [SKIP], 79 'test-api/OutOfMemoryNested': [SKIP],
73 80
74 # BUG(355): Test crashes on ARM. 81 # BUG(355): Test crashes on ARM.
75 'test-log/ProfLazyMode': [SKIP], 82 'test-log/ProfLazyMode': [SKIP],
76 83
77 # BUG(1075): Unresolved crashes. 84 # BUG(1075): Unresolved crashes.
78 'test-serialize/Deserialize': [SKIP], 85 'test-serialize/Deserialize': [SKIP],
79 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [SKIP], 86 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [SKIP],
80 'test-serialize/DeserializeAndRunScript2': [SKIP], 87 'test-serialize/DeserializeAndRunScript2': [SKIP],
81 'test-serialize/DeserializeFromSecondSerialization': [SKIP], 88 'test-serialize/DeserializeFromSecondSerialization': [SKIP],
82 }], # 'arch == arm' 89 }], # 'arch == arm'
90
83 ############################################################################## 91 ##############################################################################
84 ['arch == mipsel', { 92 ['arch == mipsel', {
85 93
86 # BUG(2657): Test sometimes times out on MIPS simulator. 94 # BUG(2657): Test sometimes times out on MIPS simulator.
87 'test-thread-termination/TerminateMultipleV8ThreadsDefaultIsolate': [PASS, TIM EOUT], 95 'test-thread-termination/TerminateMultipleV8ThreadsDefaultIsolate': [PASS, TIM EOUT],
88 96
89 # BUG(1075): Unresolved crashes on MIPS also. 97 # BUG(1075): Unresolved crashes on MIPS also.
90 'test-serialize/Deserialize': [SKIP], 98 'test-serialize/Deserialize': [SKIP],
91 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [SKIP], 99 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [SKIP],
92 'test-serialize/DeserializeAndRunScript2': [SKIP], 100 'test-serialize/DeserializeAndRunScript2': [SKIP],
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 # Profiling doesn't work on Native Client. 138 # Profiling doesn't work on Native Client.
131 'test-cpu-profiler/*': [SKIP], 139 'test-cpu-profiler/*': [SKIP],
132 140
133 # Fails since 16322 (new test). 141 # Fails since 16322 (new test).
134 'test-code-stubs-arm/ConvertDToI': [SKIP], 142 'test-code-stubs-arm/ConvertDToI': [SKIP],
135 143
136 # BUG(2998). 144 # BUG(2998).
137 'test-macro-assembler-arm/LoadAndStoreWithRepresentation': [SKIP], 145 'test-macro-assembler-arm/LoadAndStoreWithRepresentation': [SKIP],
138 }], # 'arch == nacl_ia32 or arch == nacl_x64' 146 }], # 'arch == nacl_ia32 or arch == nacl_x64'
139 ] 147 ]
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