Harvard-PRINCESS / Guppy

A very adaptable fish.
Other
1 stars 3 forks source link

[DONE] Run tests on Barrelfish [QEMU] - some tests have errors #10

Closed jingmeihu closed 7 years ago

mwookawa commented 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

jingmeihu commented 7 years ago

Done

mwookawa commented 7 years ago

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