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

Unified Diff: src/freertos/cmpctmalloc_test.cc

Issue 2082983002: Fix cmpctmalloc for large allocations (Closed) Base URL: git@github.com:dartino/sdk.git@master
Patch Set: format Created 4 years, 6 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
« no previous file with comments | « src/freertos/cmpctmalloc.c ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/freertos/cmpctmalloc_test.cc
diff --git a/src/freertos/cmpctmalloc_test.cc b/src/freertos/cmpctmalloc_test.cc
index 9a33041967cd2fbc924fd8e5105648939c6f64bc..248f53d1ca6eb8fc7782cace9d0ed94a457623d7 100644
--- a/src/freertos/cmpctmalloc_test.cc
+++ b/src/freertos/cmpctmalloc_test.cc
@@ -45,8 +45,7 @@ TEST_CASE(CmpctMallocTest) {
EXPECT_EQ(1, arena1_bitmap);
cmpct_test_buckets();
- // TODO(534): This test crashes.
- // cmpct_test_get_back_newly_freed();
+ cmpct_test_get_back_newly_freed();
cmpct_test_return_to_os();
cmpct_test_trim();
cmpct_dump();
« no previous file with comments | « src/freertos/cmpctmalloc.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698