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

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

Issue 862353002: Change test expectations for test-types/Maybe. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 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
« 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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 # The cpu profiler tests are notoriously flaky. 71 # The cpu profiler tests are notoriously flaky.
72 # BUG(2999). (test/cpu-profiler/CollectCpuProfile) 72 # BUG(2999). (test/cpu-profiler/CollectCpuProfile)
73 # BUG(3287). (test-cpu-profiler/SampleWhenFrameIsNotSetup) 73 # BUG(3287). (test-cpu-profiler/SampleWhenFrameIsNotSetup)
74 'test-cpu-profiler/*': [PASS, FLAKY], 74 'test-cpu-profiler/*': [PASS, FLAKY],
75 'test-cpu-profiler/*': [SKIP], 75 'test-cpu-profiler/*': [SKIP],
76 76
77 # BUG(3525). Test crashes flakily. 77 # BUG(3525). Test crashes flakily.
78 'test-debug/RecursiveBreakpoints': [PASS, FLAKY], 78 'test-debug/RecursiveBreakpoints': [PASS, FLAKY],
79 'test-debug/RecursiveBreakpointsGlobal': [PASS, FLAKY], 79 'test-debug/RecursiveBreakpointsGlobal': [PASS, FLAKY],
80 80
81 # BUG(3840). Test fails with some random seeds.
82 'test-types/Maybe': [PASS, FAIL],
83
81 ############################################################################## 84 ##############################################################################
82 # TurboFan compiler failures. 85 # TurboFan compiler failures.
83 86
84 # Some tests are just too slow to run for now. 87 # Some tests are just too slow to run for now.
85 'test-api/Threading*': [PASS, NO_VARIANTS], 88 'test-api/Threading*': [PASS, NO_VARIANTS],
86 'test-heap/IncrementalMarkingStepMakesBigProgressWithLargeObjects': [PASS, NO_ VARIANTS], 89 'test-heap/IncrementalMarkingStepMakesBigProgressWithLargeObjects': [PASS, NO_ VARIANTS],
87 'test-heap-profiler/ManyLocalsInSharedContext': [PASS, NO_VARIANTS], 90 'test-heap-profiler/ManyLocalsInSharedContext': [PASS, NO_VARIANTS],
88 'test-debug/ThreadedDebugging': [PASS, NO_VARIANTS], 91 'test-debug/ThreadedDebugging': [PASS, NO_VARIANTS],
89 'test-debug/DebugBreakLoop': [PASS, NO_VARIANTS], 92 'test-debug/DebugBreakLoop': [PASS, NO_VARIANTS],
90 # BUG(3742). 93 # BUG(3742).
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
393 'test-api/Float32Array' : [SKIP], 396 'test-api/Float32Array' : [SKIP],
394 'test-api/Float64Array' : [SKIP], 397 'test-api/Float64Array' : [SKIP],
395 'test-api/Regress2333' : [SKIP], 398 'test-api/Regress2333' : [SKIP],
396 'test-alloc/StressHandles' : [SKIP], 399 'test-alloc/StressHandles' : [SKIP],
397 'test-alloc/StressJS' : [SKIP], 400 'test-alloc/StressJS' : [SKIP],
398 'test-accessors/HandleScopePop' : [SKIP], 401 'test-accessors/HandleScopePop' : [SKIP],
399 'test-accessors/Gc' : [SKIP], 402 'test-accessors/Gc' : [SKIP],
400 403
401 }], # 'arch == nacl_ia32 or arch == nacl_x64' 404 }], # 'arch == nacl_ia32 or arch == nacl_x64'
402 ] 405 ]
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