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

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

Issue 573703002: Add handling for deopt and argument adaptor frames. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: More size_t fixes. 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
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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 'test-cpu-profiler/*': [PASS, FLAKY], 73 'test-cpu-profiler/*': [PASS, FLAKY],
74 'test-cpu-profiler/*': [SKIP], 74 'test-cpu-profiler/*': [SKIP],
75 75
76 # BUG(3525). Test crashes flakily. 76 # BUG(3525). Test crashes flakily.
77 'test-debug/RecursiveBreakpoints': [PASS, FLAKY], 77 'test-debug/RecursiveBreakpoints': [PASS, FLAKY],
78 'test-debug/RecursiveBreakpointsGlobal': [PASS, FLAKY], 78 'test-debug/RecursiveBreakpointsGlobal': [PASS, FLAKY],
79 79
80 ############################################################################## 80 ##############################################################################
81 # TurboFan compiler failures. 81 # TurboFan compiler failures.
82 82
83 # Scheduler cannot handle free-floating loops yet 83 # TODO(mstarzinger): Sometimes the try-catch blacklist fails.
84 'test-run-inlining/InlineLoop': [SKIP], 84 'test-debug/DebugEvaluateWithoutStack': [PASS, NO_VARIANTS],
Michael Starzinger 2014/09/17 13:31:43 Please don't re-introduce these exceptions, they s
sigurds 2014/09/17 14:05:13 Done.
85 'test-debug/MessageQueues': [PASS, NO_VARIANTS],
86 'test-debug/NestedBreakEventContextData': [PASS, NO_VARIANTS],
87 'test-debug/SendClientDataToHandler': [PASS, NO_VARIANTS],
85 88
86 # TODO(dcarney): C calls are broken all over the place. 89 # TODO(dcarney): C calls are broken all over the place.
87 'test-run-machops/RunCall*': [SKIP], 90 'test-run-machops/RunCall*': [SKIP],
88 'test-run-machops/RunLoadImmIndex': [SKIP], 91 'test-run-machops/RunLoadImmIndex': [SKIP],
89 'test-run-machops/RunSpillLotsOfThingsWithCall': [SKIP], 92 'test-run-machops/RunSpillLotsOfThingsWithCall': [SKIP],
90 93
91 # TODO(sigurds): The schedule is borked with multiple inlinees. 94 # Inlining tests do the same for all variants.
95 'test-run-inlining/*': [PASS, NO_VARIANTS],
Michael Starzinger 2014/09/17 13:31:43 If they do the same, then let's just run them on a
sigurds 2014/09/17 14:05:13 Done.
96
97 # TODO(sigurds): The schedule is borked with multiple inlinees,
98 # and cannot handle free-floating loops yet
92 'test-run-inlining/InlineTwiceDependentDiamond': [SKIP], 99 'test-run-inlining/InlineTwiceDependentDiamond': [SKIP],
93 'test-run-inlining/InlineTwiceDependentDiamondDifferent': [SKIP], 100 'test-run-inlining/InlineTwiceDependentDiamondDifferent': [SKIP],
101 'test-run-inlining/InlineLoop': [SKIP],
94 102
95 # Some tests are just too slow to run for now. 103 # Some tests are just too slow to run for now.
96 'test-api/Threading*': [PASS, NO_VARIANTS], 104 'test-api/Threading*': [PASS, NO_VARIANTS],
97 'test-heap/IncrementalMarkingStepMakesBigProgressWithLargeObjects': [PASS, NO_ VARIANTS], 105 'test-heap/IncrementalMarkingStepMakesBigProgressWithLargeObjects': [PASS, NO_ VARIANTS],
98 'test-heap-profiler/ManyLocalsInSharedContext': [PASS, NO_VARIANTS], 106 'test-heap-profiler/ManyLocalsInSharedContext': [PASS, NO_VARIANTS],
99 'test-debug/ThreadedDebugging': [PASS, NO_VARIANTS], 107 'test-debug/ThreadedDebugging': [PASS, NO_VARIANTS],
100 'test-debug/DebugBreakLoop': [PASS, NO_VARIANTS], 108 'test-debug/DebugBreakLoop': [PASS, NO_VARIANTS],
101 109
102 # Support for breakpoints requires using LoadICs and StoreICs. 110 # Support for breakpoints requires using LoadICs and StoreICs.
103 'test-debug/BreakPointICStore': [PASS, NO_VARIANTS], 111 'test-debug/BreakPointICStore': [PASS, NO_VARIANTS],
(...skipping 343 matching lines...) Expand 10 before | Expand all | Expand 10 after
447 'test-api/Float32Array' : [SKIP], 455 'test-api/Float32Array' : [SKIP],
448 'test-api/Float64Array' : [SKIP], 456 'test-api/Float64Array' : [SKIP],
449 'test-api/Regress2333' : [SKIP], 457 'test-api/Regress2333' : [SKIP],
450 'test-alloc/StressHandles' : [SKIP], 458 'test-alloc/StressHandles' : [SKIP],
451 'test-alloc/StressJS' : [SKIP], 459 'test-alloc/StressJS' : [SKIP],
452 'test-accessors/HandleScopePop' : [SKIP], 460 'test-accessors/HandleScopePop' : [SKIP],
453 'test-accessors/Gc' : [SKIP], 461 'test-accessors/Gc' : [SKIP],
454 462
455 }], # 'arch == nacl_ia32 or arch == nacl_x64' 463 }], # 'arch == nacl_ia32 or arch == nacl_x64'
456 ] 464 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698