From a924da58ab64f0cc60350d7a8f70014d34aa588c Mon Sep 17 00:00:00 2001 From: Andrew Waterman Date: Mon, 25 Mar 2019 18:21:00 -0700 Subject: Expect 11 debug test failures We need a GDB with RISC-V XML target description, which isn't in a release yet, so isn't available through crosstools. Additionally, the riscv-tests/debug scripts will need to be updated to handle different GDB output when printing FP registers. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2f3c5e8..a16ac48 100644 --- a/.travis.yml +++ b/.travis.yml @@ -81,5 +81,5 @@ script: # Put compiler in expected place for debug tests - ln -s $TRAVIS_BUILD_DIR/.build/riscv64-unknown-elf/buildtools/bin/riscv64-unknown-elf-gcc $RISCV/bin - ln -s $TRAVIS_BUILD_DIR/.build/riscv64-unknown-elf/build/build-gdb-cross/gdb/gdb $RISCV/bin/riscv64-unknown-elf-gdb - # Run debug tests - - PYTHONPATH=$PYTHONPATH:/usr/lib/python2.7/dist-packages make -C riscv-tests/build debug-check + # Run debug tests. Currently we expect 11 failures. + - PYTHONPATH=$PYTHONPATH:/usr/lib/python2.7/dist-packages make -C riscv-tests/build debug-check | grep "11 tests returned fail" -- cgit v1.1