mirror of https://github.com/lukechilds/cc-rs.git
Tree:
e2f4692b16
add-rc-path
cl-test
cmd
fix-alignment
gh-actions
gh-pages
master
urgh
vs2017
wasi
wintest
wip-new-parallel
0.1.0
0.1.5
0.1.6
0.1.7
0.2.1
0.3.10
0.3.11
0.3.12
0.3.13
0.3.14
0.3.15
0.3.16
0.3.17
0.3.18
0.3.19
0.3.2
0.3.20
0.3.21
0.3.22
0.3.24
0.3.25
0.3.26
0.3.27
0.3.28
0.3.29
0.3.3
0.3.30
0.3.31
0.3.32
0.3.33
0.3.34
0.3.35
0.3.36
0.3.37
0.3.38
0.3.39
0.3.4
0.3.40
0.3.41
0.3.42
0.3.43
0.3.44
0.3.45
0.3.46
0.3.47
0.3.48
0.3.49
0.3.5
0.3.50
0.3.51
0.3.52
0.3.53
0.3.54
0.3.55
0.3.6
0.3.7
0.3.8
0.3.9
1.0.0
1.0.1
1.0.10
1.0.11
1.0.12
1.0.13
1.0.14
1.0.15
1.0.16
1.0.17
1.0.18
1.0.19
1.0.2
1.0.20
1.0.21
1.0.22
1.0.23
1.0.24
1.0.25
1.0.26
1.0.27
1.0.28
1.0.29
1.0.3
1.0.30
1.0.31
1.0.32
1.0.33
1.0.34
1.0.35
1.0.36
1.0.37
1.0.38
1.0.39
1.0.4
1.0.40
1.0.41
1.0.42
1.0.43
1.0.44
1.0.45
1.0.46
1.0.47
1.0.48
1.0.49
1.0.5
1.0.50
1.0.6
1.0.7
1.0.8
1.0.9
${ noResults }
1 Commits (e2f4692b1657d2bb1b8eee725a1677971b88dc4d)
Author | SHA1 | Message | Date |
---|---|---|---|
Sean Leather | d09804846d |
Move env var tests into separate modules
Tests that modify environment variables (e.g. CFLAGS and CXXFLAGS) can cause tests to fail when run in parallel because they change a shared context. This change moves the problematic tests into separate modules. Since each `tests/*.rs` is compiled as a separate crate, these tests are not run in parallel with other tests. |
6 years ago |