Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: fix test failures on aarch64 and other architectures #211

Closed
wants to merge 2 commits into from

Commits on Mar 9, 2020

  1. tests: change test 53 to use syscall names rather than numbers

    Previously test 53, sim-binary_tree, used syscall numbers to build
    a large binary tree.  This is problematic on architectures that
    have sparsely populated syscall numbers.
    
    This commit modifies the test to use syscall names to build up a
    realistic binary tree that should work on all architectures.
    
    Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
    drakenclimber committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    5673817 View commit details
    Browse the repository at this point in the history
  2. tests: change test 55 to use syscall names rather than numbers

    Previously test 55, basic-pfc_binary_tree, used syscall numbers to
    build a large binary tree.  This is problematic on architectures
    that have sparsely populated syscall numbers.
    
    This commit modifies the test to use syscall names to build up a
    realistic binary tree that should work on all architectures.
    
    Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
    drakenclimber committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    0d71c82 View commit details
    Browse the repository at this point in the history