Commit 2c9d756
committed
Run tests for the cargo submodule in tree
Previously the `cargotest` suite would run some arbitrary revision of Cargo's
test suite, but now that we're bundling it in tree we should be running the
Cargo submodule's test suite instead.1 parent 43ef63d commit 2c9d756
File tree
5 files changed
+46
-31
lines changed- src
- bootstrap
- mk
- tools/cargotest
5 files changed
+46
-31
lines changed- .travis.yml+2
- Cargo.lock+4-4
- Makefile.in+15
- src/bin/init.rs+1-1
- src/bin/new.rs+1-1
- src/cargo/core/manifest.rs+5-2
- src/cargo/core/resolver/mod.rs+41-26
- src/cargo/ops/cargo_generate_lockfile.rs+1-1
- src/cargo/ops/cargo_new.rs+2-2
- src/cargo/ops/cargo_package.rs+2-1
- src/cargo/ops/cargo_rustc/job_queue.rs+28-6
- src/cargo/ops/cargo_rustc/mod.rs+23-6
- src/cargo/ops/cargo_test.rs+1-1
- src/cargo/sources/git/utils.rs+51-44
- src/cargo/util/toml.rs+4-1
- src/ci/docker/android/Dockerfile+27
- src/ci/run.sh+6
- src/doc/specifying-dependencies.md+4
- tests/bench.rs+24-24
- tests/build.rs+6-2
- tests/cargotest/lib.rs+2
- tests/cross-compile.rs+4-4
- tests/git.rs+67
- tests/package.rs+2-1
- tests/publish.rs+2-1
- tests/registry.rs+3-6
- tests/test.rs+81-6
- tests/warn-on-failure.rs+92
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | 81 | | |
90 | 82 | | |
91 | 83 | | |
| |||
95 | 87 | | |
96 | 88 | | |
97 | 89 | | |
98 | | - | |
99 | | - | |
| 90 | + | |
100 | 91 | | |
101 | 92 | | |
102 | 93 | | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
103 | 133 | | |
104 | 134 | | |
105 | 135 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
58 | 59 | | |
59 | 60 | | |
60 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
468 | 468 | | |
469 | 469 | | |
470 | 470 | | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
471 | 475 | | |
472 | 476 | | |
473 | 477 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | 25 | | |
32 | 26 | | |
33 | 27 | | |
| |||
61 | 55 | | |
62 | 56 | | |
63 | 57 | | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | 58 | | |
79 | 59 | | |
80 | 60 | | |
| |||
0 commit comments