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

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

Issue 513223002: Fix Windows failure after r23492. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Just skip it. Created 6 years, 3 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 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
248 248
249 # BUG(3215). Crashes on windows. 249 # BUG(3215). Crashes on windows.
250 'test-lockers/MultithreadedParallelIsolates': [SKIP], 250 'test-lockers/MultithreadedParallelIsolates': [SKIP],
251 251
252 # BUG(3331). Fails on windows. 252 # BUG(3331). Fails on windows.
253 'test-heap/NoWeakHashTableLeakWithIncrementalMarking': [SKIP], 253 'test-heap/NoWeakHashTableLeakWithIncrementalMarking': [SKIP],
254 254
255 # BUG(v8:3433). Crashes on windows. 255 # BUG(v8:3433). Crashes on windows.
256 'test-cpu-profiler/FunctionApplySample': [SKIP], 256 'test-cpu-profiler/FunctionApplySample': [SKIP],
257 257
258 # TODO(mstarzinger): Investigate and fix.
259 'test-run-properties/TypedArrayLoad': [SKIP],
260
258 }], # 'system == windows' 261 }], # 'system == windows'
259 262
260 ############################################################################## 263 ##############################################################################
261 ['system == macos', { 264 ['system == macos', {
262 265
263 # BUG(3125). 266 # BUG(3125).
264 'test-debug/DebugGetLoadedScripts': [PASS, FLAKY], 267 'test-debug/DebugGetLoadedScripts': [PASS, FLAKY],
265 'test-debug/DebugStepLinear': [PASS, FLAKY], 268 'test-debug/DebugStepLinear': [PASS, FLAKY],
266 'test-debug/DebuggerClearMessageHandler': [PASS, FLAKY], 269 'test-debug/DebuggerClearMessageHandler': [PASS, FLAKY],
267 }], # 'system == macos' 270 }], # 'system == macos'
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
450 'test-api/Float32Array' : [SKIP], 453 'test-api/Float32Array' : [SKIP],
451 'test-api/Float64Array' : [SKIP], 454 'test-api/Float64Array' : [SKIP],
452 'test-api/Regress2333' : [SKIP], 455 'test-api/Regress2333' : [SKIP],
453 'test-alloc/StressHandles' : [SKIP], 456 'test-alloc/StressHandles' : [SKIP],
454 'test-alloc/StressJS' : [SKIP], 457 'test-alloc/StressJS' : [SKIP],
455 'test-accessors/HandleScopePop' : [SKIP], 458 'test-accessors/HandleScopePop' : [SKIP],
456 'test-accessors/Gc' : [SKIP], 459 'test-accessors/Gc' : [SKIP],
457 460
458 }], # 'arch == nacl_ia32 or arch == nacl_x64' 461 }], # 'arch == nacl_ia32 or arch == nacl_x64'
459 ] 462 ]
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