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

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

Issue 712403003: Fix bug in graph copy while inlining loops. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 1 month 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/js-inlining.cc ('k') | test/cctest/compiler/test-run-inlining.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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 ############################################################################## 81 ##############################################################################
82 # TurboFan compiler failures. 82 # TurboFan compiler failures.
83 83
84 # TODO(mstarzinger): The scheduler cannot handle free-floating loops yet.
85 'test-run-inlining/InlineLoop': [SKIP],
86
87 # Some tests are just too slow to run for now. 84 # Some tests are just too slow to run for now.
88 'test-api/Threading*': [PASS, NO_VARIANTS], 85 'test-api/Threading*': [PASS, NO_VARIANTS],
89 'test-heap/IncrementalMarkingStepMakesBigProgressWithLargeObjects': [PASS, NO_ VARIANTS], 86 'test-heap/IncrementalMarkingStepMakesBigProgressWithLargeObjects': [PASS, NO_ VARIANTS],
90 'test-heap-profiler/ManyLocalsInSharedContext': [PASS, NO_VARIANTS], 87 'test-heap-profiler/ManyLocalsInSharedContext': [PASS, NO_VARIANTS],
91 'test-debug/ThreadedDebugging': [PASS, NO_VARIANTS], 88 'test-debug/ThreadedDebugging': [PASS, NO_VARIANTS],
92 'test-debug/DebugBreakLoop': [PASS, NO_VARIANTS], 89 'test-debug/DebugBreakLoop': [PASS, NO_VARIANTS],
93 90
94 # Support for breakpoints requires using LoadICs and StoreICs. 91 # Support for breakpoints requires using LoadICs and StoreICs.
95 'test-debug/BreakPointICStore': [PASS, NO_VARIANTS], 92 'test-debug/BreakPointICStore': [PASS, NO_VARIANTS],
96 'test-debug/BreakPointICLoad': [PASS, NO_VARIANTS], 93 'test-debug/BreakPointICLoad': [PASS, NO_VARIANTS],
(...skipping 352 matching lines...) Expand 10 before | Expand all | Expand 10 after
449 'test-api/Float32Array' : [SKIP], 446 'test-api/Float32Array' : [SKIP],
450 'test-api/Float64Array' : [SKIP], 447 'test-api/Float64Array' : [SKIP],
451 'test-api/Regress2333' : [SKIP], 448 'test-api/Regress2333' : [SKIP],
452 'test-alloc/StressHandles' : [SKIP], 449 'test-alloc/StressHandles' : [SKIP],
453 'test-alloc/StressJS' : [SKIP], 450 'test-alloc/StressJS' : [SKIP],
454 'test-accessors/HandleScopePop' : [SKIP], 451 'test-accessors/HandleScopePop' : [SKIP],
455 'test-accessors/Gc' : [SKIP], 452 'test-accessors/Gc' : [SKIP],
456 453
457 }], # 'arch == nacl_ia32 or arch == nacl_x64' 454 }], # 'arch == nacl_ia32 or arch == nacl_x64'
458 ] 455 ]
OLDNEW
« no previous file with comments | « src/compiler/js-inlining.cc ('k') | test/cctest/compiler/test-run-inlining.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698