Closed jingmeihu closed 7 years ago
a number of the tests in /usr/tests/... test functionality only present on one architecture. for example, here's the hakefile for "xeon_phi_test"
[ build application { target = "tests/xeon_phi_test", architectures = [ "x86_64" ], cFiles = [ "main_host.c", "benchmark.c" ], addLibraries = libDeps [ "xeon_phi_client", "bench", "dma_client" ] },
clearly this is not meant to work on arm
Done
current failing tests and accompanying errors are annotated directly into the qemu boot file:
https://github.com/Harvard-PRINCESS/barrelfish/blob/master/hake/menu.lst.x86_64
a number of the tests in /usr/tests/... test functionality only present on one architecture. for example, here's the hakefile for "xeon_phi_test"
[ build application { target = "tests/xeon_phi_test", architectures = [ "x86_64" ], cFiles = [ "main_host.c", "benchmark.c" ], addLibraries = libDeps [ "xeon_phi_client", "bench", "dma_client" ] },
clearly this is not meant to work on arm