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

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

Issue 587273002: [turbofan] don't call out to c (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: 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 | « src/compiler/x64/instruction-selector-x64.cc ('k') | test/cctest/compiler/test-run-machops.cc » ('j') | 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 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 # TODO(dcarney): C calls are broken all over the place.
84 'test-run-machops/RunCall*': [SKIP],
85 'test-run-machops/RunLoadImmIndex': [SKIP],
86 'test-run-machops/RunSpillLotsOfThingsWithCall': [SKIP],
87
88 # TODO(sigurds): The schedule is borked with multiple inlinees, 83 # TODO(sigurds): The schedule is borked with multiple inlinees,
89 # and cannot handle free-floating loops yet 84 # and cannot handle free-floating loops yet
90 'test-run-inlining/InlineTwiceDependentDiamond': [SKIP], 85 'test-run-inlining/InlineTwiceDependentDiamond': [SKIP],
91 'test-run-inlining/InlineTwiceDependentDiamondDifferent': [SKIP], 86 'test-run-inlining/InlineTwiceDependentDiamondDifferent': [SKIP],
92 'test-run-inlining/InlineLoop': [SKIP], 87 'test-run-inlining/InlineLoop': [SKIP],
93 88
94 # Some tests are just too slow to run for now. 89 # Some tests are just too slow to run for now.
95 'test-api/Threading*': [PASS, NO_VARIANTS], 90 'test-api/Threading*': [PASS, NO_VARIANTS],
96 'test-heap/IncrementalMarkingStepMakesBigProgressWithLargeObjects': [PASS, NO_ VARIANTS], 91 'test-heap/IncrementalMarkingStepMakesBigProgressWithLargeObjects': [PASS, NO_ VARIANTS],
97 'test-heap-profiler/ManyLocalsInSharedContext': [PASS, NO_VARIANTS], 92 'test-heap-profiler/ManyLocalsInSharedContext': [PASS, NO_VARIANTS],
(...skipping 348 matching lines...) Expand 10 before | Expand all | Expand 10 after
446 'test-api/Float32Array' : [SKIP], 441 'test-api/Float32Array' : [SKIP],
447 'test-api/Float64Array' : [SKIP], 442 'test-api/Float64Array' : [SKIP],
448 'test-api/Regress2333' : [SKIP], 443 'test-api/Regress2333' : [SKIP],
449 'test-alloc/StressHandles' : [SKIP], 444 'test-alloc/StressHandles' : [SKIP],
450 'test-alloc/StressJS' : [SKIP], 445 'test-alloc/StressJS' : [SKIP],
451 'test-accessors/HandleScopePop' : [SKIP], 446 'test-accessors/HandleScopePop' : [SKIP],
452 'test-accessors/Gc' : [SKIP], 447 'test-accessors/Gc' : [SKIP],
453 448
454 }], # 'arch == nacl_ia32 or arch == nacl_x64' 449 }], # 'arch == nacl_ia32 or arch == nacl_x64'
455 ] 450 ]
OLDNEW
« no previous file with comments | « src/compiler/x64/instruction-selector-x64.cc ('k') | test/cctest/compiler/test-run-machops.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698