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

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

Issue 562543002: Revert "Switch inlining to use simplified instead of machine loads.", "Fix size_t to int conversion… (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
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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 'test-debug/DebugEvaluateWithoutStack': [PASS, NO_VARIANTS], 87 'test-debug/DebugEvaluateWithoutStack': [PASS, NO_VARIANTS],
88 'test-debug/MessageQueues': [PASS, NO_VARIANTS], 88 'test-debug/MessageQueues': [PASS, NO_VARIANTS],
89 'test-debug/NestedBreakEventContextData': [PASS, NO_VARIANTS], 89 'test-debug/NestedBreakEventContextData': [PASS, NO_VARIANTS],
90 'test-debug/SendClientDataToHandler': [PASS, NO_VARIANTS], 90 'test-debug/SendClientDataToHandler': [PASS, NO_VARIANTS],
91 91
92 # TODO(dcarney): C calls are broken all over the place. 92 # TODO(dcarney): C calls are broken all over the place.
93 'test-run-machops/RunCall*': [SKIP], 93 'test-run-machops/RunCall*': [SKIP],
94 'test-run-machops/RunLoadImmIndex': [SKIP], 94 'test-run-machops/RunLoadImmIndex': [SKIP],
95 'test-run-machops/RunSpillLotsOfThingsWithCall': [SKIP], 95 'test-run-machops/RunSpillLotsOfThingsWithCall': [SKIP],
96 96
97 # TODO(sigurds): The schedule is borked with multiple inlinees.
98 'test-run-inlining/InlineTwiceDependentDiamond': [SKIP],
99 'test-run-inlining/InlineTwiceDependentDiamondDifferent': [SKIP],
100
101 # Some tests are just too slow to run for now. 97 # Some tests are just too slow to run for now.
102 'test-api/Threading*': [PASS, NO_VARIANTS], 98 'test-api/Threading*': [PASS, NO_VARIANTS],
103 'test-heap/IncrementalMarkingStepMakesBigProgressWithLargeObjects': [PASS, NO_ VARIANTS], 99 'test-heap/IncrementalMarkingStepMakesBigProgressWithLargeObjects': [PASS, NO_ VARIANTS],
104 'test-heap-profiler/ManyLocalsInSharedContext': [PASS, NO_VARIANTS], 100 'test-heap-profiler/ManyLocalsInSharedContext': [PASS, NO_VARIANTS],
105 'test-debug/ThreadedDebugging': [PASS, NO_VARIANTS], 101 'test-debug/ThreadedDebugging': [PASS, NO_VARIANTS],
106 'test-debug/DebugBreakLoop': [PASS, NO_VARIANTS], 102 'test-debug/DebugBreakLoop': [PASS, NO_VARIANTS],
107 103
108 # Support for breakpoints requires using LoadICs and StoreICs. 104 # Support for breakpoints requires using LoadICs and StoreICs.
109 'test-debug/BreakPointICStore': [PASS, NO_VARIANTS], 105 'test-debug/BreakPointICStore': [PASS, NO_VARIANTS],
110 'test-debug/BreakPointICLoad': [PASS, NO_VARIANTS], 106 'test-debug/BreakPointICLoad': [PASS, NO_VARIANTS],
(...skipping 355 matching lines...) Expand 10 before | Expand all | Expand 10 after
466 'test-api/Float32Array' : [SKIP], 462 'test-api/Float32Array' : [SKIP],
467 'test-api/Float64Array' : [SKIP], 463 'test-api/Float64Array' : [SKIP],
468 'test-api/Regress2333' : [SKIP], 464 'test-api/Regress2333' : [SKIP],
469 'test-alloc/StressHandles' : [SKIP], 465 'test-alloc/StressHandles' : [SKIP],
470 'test-alloc/StressJS' : [SKIP], 466 'test-alloc/StressJS' : [SKIP],
471 'test-accessors/HandleScopePop' : [SKIP], 467 'test-accessors/HandleScopePop' : [SKIP],
472 'test-accessors/Gc' : [SKIP], 468 'test-accessors/Gc' : [SKIP],
473 469
474 }], # 'arch == nacl_ia32 or arch == nacl_x64' 470 }], # 'arch == nacl_ia32 or arch == nacl_x64'
475 ] 471 ]
OLDNEW
« no previous file with comments | « src/compiler/simplified-operator-reducer-unittest.cc ('k') | test/cctest/compiler/test-changes-lowering.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698