[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH rc3 30/30] .travis.yml: Run the AVR acceptance tests
From: |
Aleksandar Markovic |
Subject: |
[PATCH rc3 30/30] .travis.yml: Run the AVR acceptance tests |
Date: |
Sun, 26 Jan 2020 23:55:11 +0100 |
From: Philippe Mathieu-Daudé <address@hidden>
We have one test so far, and it is very fast:
$ avocado --show=app run -t arch:avr tests/acceptance/
(1/1) tests/acceptance/machine_avr6.py:AVR6Machine.test_freertos: PASS (2.13
s)
RESULTS : PASS 1 | ERROR 0 | FAIL 0 | SKIP 0 | WARN 0 | INTERRUPT 0 |
CANCEL 0
JOB TIME : 2.30 s
Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
Signed-off-by: Richard Henderson <address@hidden>
Signed-off-by: Aleksandar Markovic <address@hidden>
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 6c1038a..2301c92 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -268,7 +268,7 @@ matrix:
# Acceptance (Functional) tests
- env:
- - CONFIG="--python=/usr/bin/python3
--target-list=x86_64-softmmu,mips-softmmu,mips64el-softmmu,aarch64-softmmu,arm-softmmu,s390x-softmmu,alpha-softmmu,ppc-softmmu,ppc64-softmmu,m68k-softmmu,sparc-softmmu"
+ - CONFIG="--python=/usr/bin/python3
--target-list=x86_64-softmmu,mips-softmmu,mips64el-softmmu,aarch64-softmmu,arm-softmmu,s390x-softmmu,alpha-softmmu,ppc-softmmu,ppc64-softmmu,m68k-softmmu,sparc-softmmu,avr-softmmu"
- TEST_CMD="make check-acceptance"
after_script:
- python3 -c 'import json; r =
json.load(open("tests/results/latest/results.json")); [print(t["logfile"]) for
t in r["tests"] if t["status"] not in ("PASS", "SKIP")]' | xargs cat
--
2.7.4
- [PATCH rc3 21/30] target/avr: Add machine none test, (continued)
- [PATCH rc3 21/30] target/avr: Add machine none test, Aleksandar Markovic, 2020/01/26
- [PATCH rc3 18/30] hw/misc: Add Atmel power device, Aleksandar Markovic, 2020/01/26
- [PATCH rc3 24/30] hw/avr: Add helper to load raw/ELF firmware binaries, Aleksandar Markovic, 2020/01/26
- [PATCH rc3 22/30] target/avr: Update MAINTAINERS file, Aleksandar Markovic, 2020/01/26
- [PATCH rc3 28/30] tests/boot-serial-test: Test some Arduino boards (AVR based), Aleksandar Markovic, 2020/01/26
- [PATCH rc3 27/30] target/avr: Update build system, Aleksandar Markovic, 2020/01/26
- [PATCH rc3 29/30] tests/acceptance: Test the Arduino MEGA2560 board, Aleksandar Markovic, 2020/01/26
- [PATCH rc3 20/30] target/avr: Register AVR support with the rest of QEMU, Aleksandar Markovic, 2020/01/26
- [PATCH rc3 15/30] target/avr: Add instruction disassembly function, Aleksandar Markovic, 2020/01/26
- [PATCH rc3 30/30] .travis.yml: Run the AVR acceptance tests,
Aleksandar Markovic <=
- [PATCH rc3 19/30] target/avr: Add section about AVR into QEMU documentation, Aleksandar Markovic, 2020/01/26
- [PATCH rc3 17/30] hw/timer: Add limited support for Atmel 16 bit timer peripheral, Aleksandar Markovic, 2020/01/26
- [PATCH rc3 16/30] hw/char: Add limited support for Atmel USART peripheral, Aleksandar Markovic, 2020/01/26
- [PATCH rc3 25/30] hw/avr: Add some ATmega microcontrollers, Aleksandar Markovic, 2020/01/26
- [PATCH rc3 26/30] hw/avr: Add some Arduino boards, Aleksandar Markovic, 2020/01/26
- [PATCH rc3 23/30] hw/core/loader: Let load_elf populate the processor-specific flags, Aleksandar Markovic, 2020/01/26