Skip to content
Snippets Groups Projects
Commit 1b65895d authored by Richard Henderson's avatar Richard Henderson
Browse files

tests/tcg: Disable filename test for info proc mappings


This test fails when host page size != guest page size,
because qemu may not be able to directly map the file.

Fixes: a6341482 ("tests/tcg: Add a test for info proc mappings")
Acked-by: default avatarIlya Leoshkevich <iii@linux.ibm.com>
Signed-off-by: default avatarRichard Henderson <richard.henderson@linaro.org>
parent a05cee93
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,8 @@ def run_test():
return
raise
report(isinstance(mappings, str), "Fetched the mappings from the inferior")
report("/sha1" in mappings, "Found the test binary name in the mappings")
# Broken with host page size > guest page size
# report("/sha1" in mappings, "Found the test binary name in the mappings")
def main():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment