From 6654a2743fdf4d21a75ce1082413efbf75abac70 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Tue, 11 Mar 2025 08:25:18 -0700 Subject: 1963-add-to-dex-classloader-in-memory: remove workaround. The need for a memfd_create() workaround is gone. Change-Id: I07e46fc92d99b57dcb4bdc88deb8d11297c43279 --- test/1963-add-to-dex-classloader-in-memory/run.py | 8 -------- 1 file changed, 8 deletions(-) (limited to 'test/1963-add-to-dex-classloader-in-memory/run.py') diff --git a/test/1963-add-to-dex-classloader-in-memory/run.py b/test/1963-add-to-dex-classloader-in-memory/run.py index ad7c1aed1b..4796039801 100644 --- a/test/1963-add-to-dex-classloader-in-memory/run.py +++ b/test/1963-add-to-dex-classloader-in-memory/run.py @@ -17,11 +17,3 @@ def run(ctx, args): ctx.default_run(args, jvmti=True) - - # Some of our test devices are so old that they don't have memfd_create and are setup in such a way - # that tmpfile() doesn't work. In these cases this test cannot complete successfully. - # If we see this in stdout, make the expected stdout identical. - ctx.run( - fr"grep -q -- '---NO memfd_create---' '{args.stdout_file}' &&" - fr" echo '---NO memfd_create---' > expected-stdout.txt", - check=False) -- cgit v1.2.3-59-g8ed1b