diff options
author | 2025-03-11 08:25:18 -0700 | |
---|---|---|
committer | 2025-03-12 05:50:52 -0700 | |
commit | 6654a2743fdf4d21a75ce1082413efbf75abac70 (patch) | |
tree | 8a429a0e5727d90b2986d66d5f9e93aa5554262a /test/1963-add-to-dex-classloader-in-memory/run.py | |
parent | 559dc0868345d955d3801a7acfa206f35343acdf (diff) |
1963-add-to-dex-classloader-in-memory: remove workaround.
The need for a memfd_create() workaround is gone.
Change-Id: I07e46fc92d99b57dcb4bdc88deb8d11297c43279
Diffstat (limited to 'test/1963-add-to-dex-classloader-in-memory/run.py')
-rw-r--r-- | test/1963-add-to-dex-classloader-in-memory/run.py | 8 |
1 files changed, 0 insertions, 8 deletions
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) |