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

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

Issue 771033003: Revert of Use weak cells in map checks in polymorphic ICs. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 6 years 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
« no previous file with comments | « src/x87/macro-assembler-x87.cc ('k') | test/cctest/test-heap.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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 # The cpu profiler tests are notoriously flaky. 71 # The cpu profiler tests are notoriously flaky.
72 # BUG(2999). (test/cpu-profiler/CollectCpuProfile) 72 # BUG(2999). (test/cpu-profiler/CollectCpuProfile)
73 # BUG(3287). (test-cpu-profiler/SampleWhenFrameIsNotSetup) 73 # BUG(3287). (test-cpu-profiler/SampleWhenFrameIsNotSetup)
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 # BUG(3629). Known memory leak.
82 'test-heap/WeakMapInPolymorphicStoreIC': [SKIP],
83
84 ############################################################################## 81 ##############################################################################
85 # TurboFan compiler failures. 82 # TurboFan compiler failures.
86 83
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
(...skipping 324 matching lines...) Expand 10 before | Expand all | Expand 10 after
418 'test-api/Float32Array' : [SKIP], 415 'test-api/Float32Array' : [SKIP],
419 'test-api/Float64Array' : [SKIP], 416 'test-api/Float64Array' : [SKIP],
420 'test-api/Regress2333' : [SKIP], 417 'test-api/Regress2333' : [SKIP],
421 'test-alloc/StressHandles' : [SKIP], 418 'test-alloc/StressHandles' : [SKIP],
422 'test-alloc/StressJS' : [SKIP], 419 'test-alloc/StressJS' : [SKIP],
423 'test-accessors/HandleScopePop' : [SKIP], 420 'test-accessors/HandleScopePop' : [SKIP],
424 'test-accessors/Gc' : [SKIP], 421 'test-accessors/Gc' : [SKIP],
425 422
426 }], # 'arch == nacl_ia32 or arch == nacl_x64' 423 }], # 'arch == nacl_ia32 or arch == nacl_x64'
427 ] 424 ]
OLDNEW
« no previous file with comments | « src/x87/macro-assembler-x87.cc ('k') | test/cctest/test-heap.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698