aboutsummaryrefslogtreecommitdiff
path: root/ui/single
AgeCommit message (Collapse)Author
2020-10-02Update ui-testHenrik Tjäder
2020-10-02Merge branch 'master' into mod_constHenrik Tjäder
2020-10-01Fixing test errorsEmil Fresk
2020-09-29Fix test output to match GHA runnerHenrik Tjäder
2020-09-29Import panic_halt so semihosting is not attemptedHenrik Tjäder
ARMv6 would otherwise differ in output compared to ARMv7
2020-09-29Update run-pass tests for stableHenrik Tjäder
2020-09-29Add #[resources] to ui/singleHenrik Tjäder
2020-09-25Update test suite outputHenrik Tjäder
2020-09-25Modules using lower-case in examplesHenrik Tjäder
2020-09-25Update the test suite to use mod instead of constHenrik Tjäder
Changes MSRV to 1.42, failing tests updated to match 1.42.
2020-06-11Rename RTFM to RTICHenrik Tjäder
2019-11-06run cfail tests only when rustc --version == $MSRVJorge Aparicio
this version is more or less fixed so new releases of Rust (stable or nightly channel) are unlikely to break to build due to changes in diagnostic messages
2019-11-06CI: replace compiletest-rs with trybuildJorge Aparicio
We use compiletest to run compile-fail tests but compiletest depends on compiler internals so it breaks every now and then and requires nightly. With trybuild we can also run compile-fail tests but it works on stable and it already has reached version 1.0
2019-07-10implement RFC #212Jorge Aparicio
2019-06-20RFC #207Jorge Aparicio
2019-06-13rtfm-syntax refactor + heterogeneous multi-core supportJorge Aparicio