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

Unified Diff: test/unittests/unittests.status

Issue 1832653002: [interpreter] Fix memory leak in Bytecodes::Decode(). (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: iomanip variant. 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 side-by-side diff with in-line comments
Download patch
« src/interpreter/bytecodes.cc ('K') | « src/interpreter/bytecodes.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/unittests/unittests.status
diff --git a/test/unittests/unittests.status b/test/unittests/unittests.status
index c6c8e5baadae6183bfaf7b77fb00ca1172ad7876..84fd087d6fa98c776389bc6618eba15d57ae3017 100644
--- a/test/unittests/unittests.status
+++ b/test/unittests/unittests.status
@@ -12,10 +12,4 @@
'AstDecoderTest.AllLoadMemCombinations': [SKIP],
'AstDecoderTest.AllStoreMemCombinations': [SKIP],
}], # 'byteorder == big'
-
-['asan', {
- # TODO(oth@chromium.org).
- 'Bytecodes.DecodeBytecodeAndOperands': [SKIP],
-}], # 'asan'
-
]
« src/interpreter/bytecodes.cc ('K') | « src/interpreter/bytecodes.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698