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

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

Issue 442253002: Add deoptimization translations. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Addressing review comments. Created 6 years, 4 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/typer.cc ('k') | test/cctest/compiler/test-codegen-deopt.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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 'test-types/*': [PASS, NO_VARIANTS], 72 'test-types/*': [PASS, NO_VARIANTS],
73 73
74 # The cpu profiler tests are notoriously flaky. 74 # The cpu profiler tests are notoriously flaky.
75 # BUG(2999). (test/cpu-profiler/CollectCpuProfile) 75 # BUG(2999). (test/cpu-profiler/CollectCpuProfile)
76 # BUG(3287). (test-cpu-profiler/SampleWhenFrameIsNotSetup) 76 # BUG(3287). (test-cpu-profiler/SampleWhenFrameIsNotSetup)
77 'test-cpu-profiler/*': [PASS, FLAKY], 77 'test-cpu-profiler/*': [PASS, FLAKY],
78 78
79 ############################################################################## 79 ##############################################################################
80 # TurboFan compiler failures. 80 # TurboFan compiler failures.
81 81
82 # TODO(jarin): Lazy deoptimization test.
83 'test-run-deopt/TurboSimpleDeopt': [SKIP],
84
85 # TODO(mstarzinger): These need investigation and are not categorized yet. 82 # TODO(mstarzinger): These need investigation and are not categorized yet.
86 'test-cpu-profiler/*': [SKIP], 83 'test-cpu-profiler/*': [SKIP],
87 'test-heap/NextCodeLinkIsWeak': [PASS, NO_VARIANTS], 84 'test-heap/NextCodeLinkIsWeak': [PASS, NO_VARIANTS],
88 85
89 # TODO(mstarzinger/verwaest): This access check API is borked. 86 # TODO(mstarzinger/verwaest): This access check API is borked.
90 'test-api/TurnOnAccessCheck': [PASS, NO_VARIANTS], 87 'test-api/TurnOnAccessCheck': [PASS, NO_VARIANTS],
91 'test-api/TurnOnAccessCheckAndRecompile': [PASS, NO_VARIANTS], 88 'test-api/TurnOnAccessCheckAndRecompile': [PASS, NO_VARIANTS],
92 89
93 # TODO(mstarzinger): Sometimes the try-catch blacklist fails. 90 # TODO(mstarzinger): Sometimes the try-catch blacklist fails.
94 'test-debug/DebugEvaluateWithoutStack': [PASS, NO_VARIANTS], 91 'test-debug/DebugEvaluateWithoutStack': [PASS, NO_VARIANTS],
(...skipping 366 matching lines...) Expand 10 before | Expand all | Expand 10 after
461 'test-api/Float32Array' : [SKIP], 458 'test-api/Float32Array' : [SKIP],
462 'test-api/Float64Array' : [SKIP], 459 'test-api/Float64Array' : [SKIP],
463 'test-api/Regress2333' : [SKIP], 460 'test-api/Regress2333' : [SKIP],
464 'test-alloc/StressHandles' : [SKIP], 461 'test-alloc/StressHandles' : [SKIP],
465 'test-alloc/StressJS' : [SKIP], 462 'test-alloc/StressJS' : [SKIP],
466 'test-accessors/HandleScopePop' : [SKIP], 463 'test-accessors/HandleScopePop' : [SKIP],
467 'test-accessors/Gc' : [SKIP], 464 'test-accessors/Gc' : [SKIP],
468 465
469 }], # 'arch == nacl_ia32 or arch == nacl_x64' 466 }], # 'arch == nacl_ia32 or arch == nacl_x64'
470 ] 467 ]
OLDNEW
« no previous file with comments | « src/compiler/typer.cc ('k') | test/cctest/compiler/test-codegen-deopt.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698