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

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

Issue 1520793003: Remove obsolete PrototypeTransitionClearing cctest. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 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 | « no previous file | test/cctest/heap/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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 94
95 # BUG(3525). Test crashes flakily. 95 # BUG(3525). Test crashes flakily.
96 'test-debug/RecursiveBreakpoints': [PASS, FLAKY], 96 'test-debug/RecursiveBreakpoints': [PASS, FLAKY],
97 'test-debug/RecursiveBreakpointsGlobal': [PASS, FLAKY], 97 'test-debug/RecursiveBreakpointsGlobal': [PASS, FLAKY],
98 98
99 # BUG(v8:4358). Hangs flakily. 99 # BUG(v8:4358). Hangs flakily.
100 'test-debug/ProcessDebugMessagesThreaded': [SKIP], 100 'test-debug/ProcessDebugMessagesThreaded': [SKIP],
101 101
102 # BUG(2340). Preprocessing stack traces is disabled at the moment. 102 # BUG(2340). Preprocessing stack traces is disabled at the moment.
103 'test-heap/PreprocessStackTrace': [FAIL], 103 'test-heap/PreprocessStackTrace': [FAIL],
104 'test-heap/PrototypeTransitionClearing': [FAIL],
105 104
106 # BUG(4333). Function name inferrer does not work for ES6 clases. 105 # BUG(4333). Function name inferrer does not work for ES6 clases.
107 'test-func-name-inference/UpperCaseClass': [FAIL], 106 'test-func-name-inference/UpperCaseClass': [FAIL],
108 'test-func-name-inference/LowerCaseClass': [FAIL], 107 'test-func-name-inference/LowerCaseClass': [FAIL],
109 108
110 ############################################################################## 109 ##############################################################################
111 # TurboFan compiler failures. 110 # TurboFan compiler failures.
112 111
113 # Some tests are just too slow to run for now. 112 # Some tests are just too slow to run for now.
114 'test-heap/IncrementalMarkingStepMakesBigProgressWithLargeObjects': [PASS, NO_ VARIANTS], 113 'test-heap/IncrementalMarkingStepMakesBigProgressWithLargeObjects': [PASS, NO_ VARIANTS],
(...skipping 352 matching lines...) Expand 10 before | Expand all | Expand 10 after
467 ############################################################################## 466 ##############################################################################
468 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr ue', { 467 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr ue', {
469 468
470 # Pass but take too long with the simulator. 469 # Pass but take too long with the simulator.
471 'test-api/Threading1': [PASS, SLOW], 470 'test-api/Threading1': [PASS, SLOW],
472 'test-api/Threading2': [PASS, SLOW], 471 'test-api/Threading2': [PASS, SLOW],
473 'test-api/ExternalArrays': [PASS, SLOW], 472 'test-api/ExternalArrays': [PASS, SLOW],
474 473
475 }], # 'arch == ppc64 and simulator_run == True' 474 }], # 'arch == ppc64 and simulator_run == True'
476 ] 475 ]
OLDNEW
« no previous file with comments | « no previous file | test/cctest/heap/test-heap.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698