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

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

Issue 1811913002: [serializer] ensure that immortal immovable roots are correctly deserialized. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 9 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
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 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 'test-cpu-profiler/DeoptUntrackedFunction': [PASS, NO_VARIANTS], 123 'test-cpu-profiler/DeoptUntrackedFunction': [PASS, NO_VARIANTS],
124 124
125 ############################################################################ 125 ############################################################################
126 # Slow tests. 126 # Slow tests.
127 'test-api/Threading1': [PASS, ['mode == debug', SLOW]], 127 'test-api/Threading1': [PASS, ['mode == debug', SLOW]],
128 'test-api/Threading2': [PASS, ['mode == debug', SLOW]], 128 'test-api/Threading2': [PASS, ['mode == debug', SLOW]],
129 'test-api/Threading3': [PASS, ['mode == debug', SLOW]], 129 'test-api/Threading3': [PASS, ['mode == debug', SLOW]],
130 'test-api/Threading4': [PASS, ['mode == debug', SLOW]], 130 'test-api/Threading4': [PASS, ['mode == debug', SLOW]],
131 'test-debug/CallFunctionInDebugger': [PASS, ['mode == debug', SLOW]], 131 'test-debug/CallFunctionInDebugger': [PASS, ['mode == debug', SLOW]],
132 'test-strings/StringOOM*': [PASS, ['mode == debug', SKIP]], 132 'test-strings/StringOOM*': [PASS, ['mode == debug', SKIP]],
133 'test-serialize/CustomSnapshotDataBlobImmortalImmovableRoots': [PASS, ['mode = = debug', SKIP]],
133 }], # ALWAYS 134 }], # ALWAYS
134 135
135 ############################################################################## 136 ##############################################################################
136 ['arch == arm64', { 137 ['arch == arm64', {
137 138
138 'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL], 139 'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL],
139 140
140 'test-api/Bug618': [PASS], 141 'test-api/Bug618': [PASS],
141 142
142 # BUG(v8:3385). 143 # BUG(v8:3385).
(...skipping 387 matching lines...) Expand 10 before | Expand all | Expand 10 after
530 # TODO(mythria,4680): Incorrect column number on eval. 531 # TODO(mythria,4680): Incorrect column number on eval.
531 'test-api/PromiseRejectCallback': [FAIL], 532 'test-api/PromiseRejectCallback': [FAIL],
532 }], # ignition == True 533 }], # ignition == True
533 534
534 ['ignition == True and msan', { 535 ['ignition == True and msan', {
535 # TODO(rmcilroy,4680): Uninitialized memory. 536 # TODO(rmcilroy,4680): Uninitialized memory.
536 'test-debug/*': [SKIP], 537 'test-debug/*': [SKIP],
537 }], # ignition == True and msan 538 }], # ignition == True and msan
538 539
539 ] 540 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698