From 5ee455ffc296e8afbe1e253b44e4f9436f9e9b08 Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Thu, 12 Jan 2023 15:22:19 +0100 Subject: [PATCH] build: enable platform_output test on qemu (#3878) The test was disabled because of a qemu bug that is presumed to have since been fixed. Refs: https://github.com/libuv/libuv/pull/3861 --- test/test-platform-output.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/test/test-platform-output.c b/test/test-platform-output.c index 5827dca1..4c2d77c9 100644 --- a/test/test-platform-output.c +++ b/test/test-platform-output.c @@ -25,11 +25,6 @@ TEST_IMPL(platform_output) { -/* TODO(gengjiawen): Fix test on QEMU. */ -#if defined(__QEMU__) - RETURN_SKIP("Test does not currently work in QEMU"); -#endif - char buffer[512]; size_t rss; size_t size;