Skip to content

Commit 893487a

Browse files
committed
Use demo, not local
1 parent 1310a26 commit 893487a

File tree

6 files changed

+9
-946
lines changed

6 files changed

+9
-946
lines changed

tests/minicrater/doc/downloads.html.context.expected.json

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,9 @@
77
{
88
"name": "error crates",
99
"path": "logs-archives/error.tar.gz"
10-
},
11-
{
12-
"name": "broken crates",
13-
"path": "logs-archives/broken.tar.gz"
14-
},
15-
{
16-
"name": "build-fail crates",
17-
"path": "logs-archives/build-fail.tar.gz"
1810
}
1911
],
20-
"crates_count": 17,
12+
"crates_count": 2,
2113
"nav": [
2214
{
2315
"active": false,

tests/minicrater/doc/full.html.context.expected.json

Lines changed: 3 additions & 262 deletions
Original file line numberDiff line numberDiff line change
@@ -4,66 +4,6 @@
44
"error",
55
{
66
"Plain": [
7-
{
8-
"name": "beta-faulty-deps (local)",
9-
"res": "error",
10-
"runs": [
11-
{
12-
"log": "stable/local/beta-faulty-deps",
13-
"res": 0
14-
},
15-
{
16-
"log": "beta/local/beta-faulty-deps",
17-
"res": 0
18-
}
19-
],
20-
"url": "https://github.com/rust-lang/crater/tree/master/local-crates/beta-faulty-deps"
21-
},
22-
{
23-
"name": "beta-fixed (local)",
24-
"res": "error",
25-
"runs": [
26-
{
27-
"log": "stable/local/beta-fixed",
28-
"res": 0
29-
},
30-
{
31-
"log": "beta/local/beta-fixed",
32-
"res": 0
33-
}
34-
],
35-
"url": "https://github.com/rust-lang/crater/tree/master/local-crates/beta-fixed"
36-
},
37-
{
38-
"name": "beta-regression (local)",
39-
"res": "error",
40-
"runs": [
41-
{
42-
"log": "stable/local/beta-regression",
43-
"res": 0
44-
},
45-
{
46-
"log": "beta/local/beta-regression",
47-
"res": 0
48-
}
49-
],
50-
"url": "https://github.com/rust-lang/crater/tree/master/local-crates/beta-regression"
51-
},
52-
{
53-
"name": "build-fail (local)",
54-
"res": "error",
55-
"runs": [
56-
{
57-
"log": "stable/local/build-fail",
58-
"res": 0
59-
},
60-
{
61-
"log": "beta/local/build-fail",
62-
"res": 0
63-
}
64-
],
65-
"url": "https://github.com/rust-lang/crater/tree/master/local-crates/build-fail"
66-
},
677
{
688
"name": "build-pass (local)",
699
"res": "error",
@@ -79,21 +19,6 @@
7919
],
8020
"url": "https://github.com/rust-lang/crater/tree/master/local-crates/build-pass"
8121
},
82-
{
83-
"name": "clippy-warn (local)",
84-
"res": "error",
85-
"runs": [
86-
{
87-
"log": "stable/local/clippy-warn",
88-
"res": 0
89-
},
90-
{
91-
"log": "beta/local/clippy-warn",
92-
"res": 0
93-
}
94-
],
95-
"url": "https://github.com/rust-lang/crater/tree/master/local-crates/clippy-warn"
96-
},
9722
{
9823
"name": "docs-rs-features (local)",
9924
"res": "error",
@@ -108,192 +33,20 @@
10833
}
10934
],
11035
"url": "https://github.com/rust-lang/crater/tree/master/local-crates/docs-rs-features"
111-
},
112-
{
113-
"name": "faulty-deps (local)",
114-
"res": "error",
115-
"runs": [
116-
{
117-
"log": "stable/local/faulty-deps",
118-
"res": 0
119-
},
120-
{
121-
"log": "beta/local/faulty-deps",
122-
"res": 0
123-
}
124-
],
125-
"url": "https://github.com/rust-lang/crater/tree/master/local-crates/faulty-deps"
126-
},
127-
{
128-
"name": "ice-regression (local)",
129-
"res": "error",
130-
"runs": [
131-
{
132-
"log": "stable/local/ice-regression",
133-
"res": 0
134-
},
135-
{
136-
"log": "beta/local/ice-regression",
137-
"res": 0
138-
}
139-
],
140-
"url": "https://github.com/rust-lang/crater/tree/master/local-crates/ice-regression"
141-
},
142-
{
143-
"name": "memory-hungry (local)",
144-
"res": "error",
145-
"runs": [
146-
{
147-
"log": "stable/local/memory-hungry",
148-
"res": 0
149-
},
150-
{
151-
"log": "beta/local/memory-hungry",
152-
"res": 0
153-
}
154-
],
155-
"url": "https://github.com/rust-lang/crater/tree/master/local-crates/memory-hungry"
156-
},
157-
{
158-
"name": "missing-examples (local)",
159-
"res": "error",
160-
"runs": [
161-
{
162-
"log": "stable/local/missing-examples",
163-
"res": 0
164-
},
165-
{
166-
"log": "beta/local/missing-examples",
167-
"res": 0
168-
}
169-
],
170-
"url": "https://github.com/rust-lang/crater/tree/master/local-crates/missing-examples"
171-
},
172-
{
173-
"name": "network-access (local)",
174-
"res": "error",
175-
"runs": [
176-
{
177-
"log": "stable/local/network-access",
178-
"res": 0
179-
},
180-
{
181-
"log": "beta/local/network-access",
182-
"res": 0
183-
}
184-
],
185-
"url": "https://github.com/rust-lang/crater/tree/master/local-crates/network-access"
186-
},
187-
{
188-
"name": "outdated-lockfile (local)",
189-
"res": "error",
190-
"runs": [
191-
{
192-
"log": "stable/local/outdated-lockfile",
193-
"res": 0
194-
},
195-
{
196-
"log": "beta/local/outdated-lockfile",
197-
"res": 0
198-
}
199-
],
200-
"url": "https://github.com/rust-lang/crater/tree/master/local-crates/outdated-lockfile"
201-
},
202-
{
203-
"name": "test-fail (local)",
204-
"res": "error",
205-
"runs": [
206-
{
207-
"log": "stable/local/test-fail",
208-
"res": 0
209-
},
210-
{
211-
"log": "beta/local/test-fail",
212-
"res": 0
213-
}
214-
],
215-
"url": "https://github.com/rust-lang/crater/tree/master/local-crates/test-fail"
216-
}
217-
]
218-
}
219-
],
220-
[
221-
"broken",
222-
{
223-
"Plain": [
224-
{
225-
"name": "broken-cargotoml (local)",
226-
"res": "broken",
227-
"runs": [
228-
{
229-
"log": "stable/local/broken-cargotoml",
230-
"res": 1
231-
},
232-
{
233-
"log": "beta/local/broken-cargotoml",
234-
"res": 1
235-
}
236-
],
237-
"url": "https://github.com/rust-lang/crater/tree/master/local-crates/broken-cargotoml"
238-
},
239-
{
240-
"name": "yanked-deps (local)",
241-
"res": "broken",
242-
"runs": [
243-
{
244-
"log": "stable/local/yanked-deps",
245-
"res": 2
246-
},
247-
{
248-
"log": "beta/local/yanked-deps",
249-
"res": 2
250-
}
251-
],
252-
"url": "https://github.com/rust-lang/crater/tree/master/local-crates/yanked-deps"
253-
}
254-
]
255-
}
256-
],
257-
[
258-
"build-fail",
259-
{
260-
"Plain": [
261-
{
262-
"name": "error-code (local)",
263-
"res": "build-fail",
264-
"runs": [
265-
{
266-
"log": "stable/local/error-code",
267-
"res": 3
268-
},
269-
{
270-
"log": "beta/local/error-code",
271-
"res": 3
272-
}
273-
],
274-
"url": "https://github.com/rust-lang/crater/tree/master/local-crates/error-code"
27536
}
27637
]
27738
}
27839
]
27940
],
28041
"comparison_colors": {
281-
"broken": {
282-
"Single": "#44176e"
283-
},
284-
"build-fail": {
285-
"Single": "#65461e"
286-
},
28742
"error": {
28843
"Single": "#d77026"
28944
}
29045
},
291-
"crates_count": 17,
46+
"crates_count": 2,
29247
"full": true,
29348
"info": {
294-
"broken": 2,
295-
"build-fail": 1,
296-
"error": 14
49+
"error": 2
29750
},
29851
"nav": [
29952
{
@@ -315,21 +68,9 @@
31568
"result_colors": [
31669
{
31770
"Single": "#d77026"
318-
},
319-
{
320-
"Single": "#44176e"
321-
},
322-
{
323-
"Single": "#44176e"
324-
},
325-
{
326-
"Single": "#db3026"
32771
}
32872
],
32973
"result_names": [
330-
"error",
331-
"broken Cargo.toml",
332-
"deps yanked",
333-
"build failed (unknown)"
74+
"error"
33475
]
33576
}

0 commit comments

Comments
 (0)