File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -440,7 +440,7 @@ CASE("os::mem::protect try to break stuff"){
440440
441441CASE (" os::mem::protect verify consistency" ){
442442 using namespace util ::literals;
443- auto init_access = mem::Access::none;
443+ auto init_access = mem::Access::none; // FIXME: should probably be before and after mapping
444444
445445 if (__pml4 != nullptr ) {
446446 printf (" NOT NULL\n " );
Original file line number Diff line number Diff line change @@ -527,7 +527,7 @@ CASE("lstack::" STR(LSTACK_OPT) " allocate_back") {
527527 EXPECT (heap.bytes_allocated () == 0 );
528528
529529
530- // Deallocate all but last
530+ // Deallocate all but last // FIXME: this doesn't seem to do what it says
531531 std::vector<alloc::Allocation> allocs;
532532 size_t allocated = 0 ;
533533 for (int i = 0 ; i < chunks - 1 ; i++) {
You can’t perform that action at this time.
0 commit comments