Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-26 | use unified diff format for test output | Michael Forney | |
This make it easier to understand the differences. | |||
2021-10-17 | use -static when cross-compiling tests | Quentin Carbonneaux | |
2021-08-23 | test: include exit status in test failure reason | Michael Forney | |
This was intended, but was missing due to a typo in the test status variable. | |||
2021-03-18 | use toolchain to determine aarch64 sysroot path | Michael Forney | |
2021-03-18 | Revert "arm64: try qemu-system-aarch64" | Michael Forney | |
This reverts commit be3a67a7f5079f30b0ccc696d549fd03a2dbbad1. qemu-system-aarch64 is a full system emulator and is not suitable for running the qbe test suite (at least without a kernel and root filesystem). | |||
2021-03-02 | disable pie for arm64 tests | Quentin Carbonneaux | |
2021-03-02 | arm64: try qemu-system-aarch64 | Reini Urban | |
2019-05-05 | add asm diffing in test script | Quentin Carbonneaux | |
2017-10-07 | fix compiler command in testcc | Eugene Sharygin | |
This commit adds missing quotation marks around the argument to the function, and changes the value of `-x' option to `c` (lowercase) as per GCC manual [1]. [1]: https://gcc.gnu.org/onlinedocs/gcc-7.2.0/gcc/Overall-Options.html | |||
2017-09-25 | adjust test.sh for ubuntu | Quentin Carbonneaux | |
2017-04-11 | unscrew freebsd tests | Quentin Carbonneaux | |
2017-04-09 | always disable pie in tests | Quentin Carbonneaux | |
2017-04-08 | misc fixes for osx | Quentin Carbonneaux | |
With the default toolchain, it looks like we have to make sure all symbols are loaded using rip-relative addressing. | |||
2017-04-08 | add cross testing for arm64 | Quentin Carbonneaux | |