| 1357 | } |
| 1358 | |
| 1359 | void* testwork(void*) { |
| 1360 | recursive_call(); |
| 1361 | // there are 4MB stack used; |
| 1362 | stack_pages_gc(); |
| 1363 | EXPECT_STRNE("Hello, stack", topbuf); |
| 1364 | return nullptr; |
| 1365 | } |
| 1366 | |
| 1367 | #if !defined(__aarch64__) && defined(__linux__) |
| 1368 | TEST(photon, free_stack) { |
nothing calls this directly
no test coverage detected