Skip to content

Commit 067bcb4

Browse files
committed
update minicrater tests
1 parent dc51d49 commit 067bcb4

File tree

1 file changed

+21
-3
lines changed

1 file changed

+21
-3
lines changed

tests/minicrater/full/results.expected.json

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,15 +117,33 @@
117117
"runs": [
118118
{
119119
"log": "stable/local/error-code",
120-
"res": "build-fail:unknown"
120+
"res": "build-fail:compiler-error(E0013, E0015)"
121121
},
122122
{
123123
"log": "beta/local/error-code",
124-
"res": "build-fail:unknown"
124+
"res": "build-fail:compiler-error(E0013, E0015)"
125125
}
126126
],
127127
"url": "https://github.com/rust-lang/crater/tree/master/local-crates/error-code"
128128
},
129+
{
130+
"krate": {
131+
"Local": "faulty-deps"
132+
},
133+
"name": "faulty-deps (local)",
134+
"res": "build-fail",
135+
"runs": [
136+
{
137+
"log": "stable/local/faulty-deps",
138+
"res": "build-fail:depends-on(reg/lazy_static/0.1.0, gh/rust-lang/crater/c3f462bdab37a93c24b2b172b90564749e892cbc)"
139+
},
140+
{
141+
"log": "beta/local/faulty-deps",
142+
"res": "build-fail:depends-on(reg/lazy_static/0.1.0, gh/rust-lang/crater/c3f462bdab37a93c24b2b172b90564749e892cbc)"
143+
}
144+
],
145+
"url": "https://github.com/rust-lang/crater/tree/master/local-crates/faulty-deps"
146+
},
129147
{
130148
"krate": {
131149
"Local": "ice-regression"
@@ -135,7 +153,7 @@
135153
"runs": [
136154
{
137155
"log": "stable/local/ice-regression",
138-
"res": "build-fail:unknown"
156+
"res": "build-fail:compiler-error(E0425)"
139157
},
140158
{
141159
"log": "beta/local/ice-regression",

0 commit comments

Comments
 (0)