about summary refs log tree commit diff
path: root/src/test/codegen/dllimports
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-63/+0
2022-12-01Ignore `gnu` systems (`windows-msvc` only)Florian Bartels-0/+1
2022-11-28Run Windows-only tests only on WindowsFlorian Bartels-13/+1
This removes the need to maintain a list of all other OSs which ignore the tests.
2020-11-22Drop support for cloudabi targetsLzu Tao-1/+0
2019-05-16Added ignore-sgx for appropriate testsDario Gonzalez-0/+1
2019-05-13Remove bitrig support from rustMarcel Hellwig-1/+0
2018-12-25Remove licensesMark Rousskov-30/+0
2018-01-02Add 'ignore-cloudabi' to tests that don't and won't build on CloudABI.Ed Schouten-3/+4
It looks like many of these tests are already disabled on emscripten, which also doesn't seem to support environment variables and subprocess spawning. Just add a similar tag for CloudABI. While there, sort some of the lists of operating systems alphabetically.
2016-12-03Ignore test on -windows-gnu.Vadim Chugunov-1/+2
2016-12-01Emit 'dllimport' attribute for dylib foreign items on Windows.Vadim Chugunov-0/+103