about summary refs log tree commit diff
path: root/lib/tests/systems.nix
AgeCommit message (Collapse)AuthorFilesLines
2019-04-25tests/systems: fix testsMatthew Bauer1-1/+1
2018-10-18tests/systems.nix: fix testsMatthew Bauer1-14/+15
these weren’t being run correctly
2018-08-28hurd: cleanup unmaintained targetJörg Thalheim1-1/+1
This has been not touched in 6 years. Let's remove it to cause less problems when adding new cross-compiling infrastructure. This also simplify gcc significantly.
2018-02-23lib, treewide: Add missing MIPS arches, and fix existing usageDaniel Barlow1-2/+2
Existing "mips64el" should be "mipsel". This is just the barest minimum so that nixpkgs can recognize them as systems - although required for building individual derivations onto MIPS boards, it is not sufficient if you want to actually build nixos on those targets
2017-05-17lib: Consolidate tests into one meta jobJohn Ericson1-7/+7
2017-04-17lib: Fix preexisting bugs in old platforms code (now bugs in tests)John Ericson1-2/+2
Warning, this changes the compatibility claims of existing packages!
2017-04-17lib: Fix system parsing, and use for doubles listsJohn Ericson1-0/+31
The old hard-coded lists are now used to test system parsing. In the process, make an `assertTrue` in release lib for eval tests; also use it in release-cross