Skip to content

Commit 3181b02

Browse files
committed
add expected files for templates context
1 parent 52f35a9 commit 3181b02

21 files changed

+1839
-0
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"available_archives": [
3+
{
4+
"name": "All the crates",
5+
"path": "logs-archives/all.tar.gz"
6+
},
7+
{
8+
"name": "test-pass crates",
9+
"path": "logs-archives/test-pass.tar.gz"
10+
},
11+
{
12+
"name": "test-skipped crates",
13+
"path": "logs-archives/test-skipped.tar.gz"
14+
}
15+
],
16+
"crates_count": 3,
17+
"nav": [
18+
{
19+
"active": false,
20+
"label": "Summary",
21+
"url": "index.html"
22+
},
23+
{
24+
"active": false,
25+
"label": "Full report",
26+
"url": "full.html"
27+
},
28+
{
29+
"active": true,
30+
"label": "Downloads",
31+
"url": "downloads.html"
32+
}
33+
]
34+
}
Lines changed: 117 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,117 @@
1+
{
2+
"categories": [
3+
[
4+
"skipped",
5+
{
6+
"Plain": [
7+
{
8+
"name": "build-fail (local)",
9+
"res": "skipped",
10+
"runs": [
11+
null,
12+
null
13+
],
14+
"url": "https://github.com/rust-lang/crater/tree/master/local-crates/build-fail"
15+
}
16+
]
17+
}
18+
],
19+
[
20+
"test-pass",
21+
{
22+
"Plain": [
23+
{
24+
"name": "build-pass (local)",
25+
"res": "test-pass",
26+
"runs": [
27+
{
28+
"log": "stable/local/build-pass",
29+
"res": 0
30+
},
31+
{
32+
"log": "beta/local/build-pass",
33+
"res": 0
34+
}
35+
],
36+
"url": "https://github.com/rust-lang/crater/tree/master/local-crates/build-pass"
37+
}
38+
]
39+
}
40+
],
41+
[
42+
"test-skipped",
43+
{
44+
"Plain": [
45+
{
46+
"name": "test-fail (local)",
47+
"res": "test-skipped",
48+
"runs": [
49+
{
50+
"log": "stable/local/test-fail",
51+
"res": 1
52+
},
53+
{
54+
"log": "beta/local/test-fail",
55+
"res": 1
56+
}
57+
],
58+
"url": "https://github.com/rust-lang/crater/tree/master/local-crates/test-fail"
59+
}
60+
]
61+
}
62+
]
63+
],
64+
"comparison_colors": {
65+
"skipped": {
66+
"Striped": [
67+
"#494b4a",
68+
"#555555"
69+
]
70+
},
71+
"test-pass": {
72+
"Single": "#72a156"
73+
},
74+
"test-skipped": {
75+
"Striped": [
76+
"#72a156",
77+
"#80b65f"
78+
]
79+
}
80+
},
81+
"crates_count": 3,
82+
"full": true,
83+
"info": {
84+
"skipped": 1,
85+
"test-pass": 1,
86+
"test-skipped": 1
87+
},
88+
"nav": [
89+
{
90+
"active": false,
91+
"label": "Summary",
92+
"url": "index.html"
93+
},
94+
{
95+
"active": true,
96+
"label": "Full report",
97+
"url": "full.html"
98+
},
99+
{
100+
"active": false,
101+
"label": "Downloads",
102+
"url": "downloads.html"
103+
}
104+
],
105+
"result_colors": [
106+
{
107+
"Single": "#62a156"
108+
},
109+
{
110+
"Single": "#62a156"
111+
}
112+
],
113+
"result_names": [
114+
"test passed",
115+
"test skipped"
116+
]
117+
}
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"categories": [],
3+
"comparison_colors": {},
4+
"crates_count": 3,
5+
"full": false,
6+
"info": {
7+
"skipped": 1,
8+
"test-pass": 1,
9+
"test-skipped": 1
10+
},
11+
"nav": [
12+
{
13+
"active": true,
14+
"label": "Summary",
15+
"url": "index.html"
16+
},
17+
{
18+
"active": false,
19+
"label": "Full report",
20+
"url": "full.html"
21+
},
22+
{
23+
"active": false,
24+
"label": "Downloads",
25+
"url": "downloads.html"
26+
}
27+
],
28+
"result_colors": [],
29+
"result_names": []
30+
}
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"available_archives": [
3+
{
4+
"name": "All the crates",
5+
"path": "logs-archives/all.tar.gz"
6+
},
7+
{
8+
"name": "test-pass crates",
9+
"path": "logs-archives/test-pass.tar.gz"
10+
},
11+
{
12+
"name": "regressed crates",
13+
"path": "logs-archives/regressed.tar.gz"
14+
}
15+
],
16+
"crates_count": 2,
17+
"nav": [
18+
{
19+
"active": false,
20+
"label": "Summary",
21+
"url": "index.html"
22+
},
23+
{
24+
"active": false,
25+
"label": "Full report",
26+
"url": "full.html"
27+
},
28+
{
29+
"active": true,
30+
"label": "Downloads",
31+
"url": "downloads.html"
32+
}
33+
]
34+
}
Lines changed: 105 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,105 @@
1+
{
2+
"categories": [
3+
[
4+
"test-pass",
5+
{
6+
"Plain": [
7+
{
8+
"name": "build-pass (local)",
9+
"res": "test-pass",
10+
"runs": [
11+
{
12+
"log": "stable/local/build-pass",
13+
"res": 0
14+
},
15+
{
16+
"log": "stable%2Brustflags=-Dclippy::all/local/build-pass",
17+
"res": 0
18+
}
19+
],
20+
"url": "https://github.com/rust-lang/crater/tree/master/local-crates/build-pass"
21+
}
22+
]
23+
}
24+
],
25+
[
26+
"regressed",
27+
{
28+
"Tree": {
29+
"count": 0,
30+
"tree": {}
31+
}
32+
}
33+
],
34+
[
35+
"regressed",
36+
{
37+
"RootResults": {
38+
"count": 1,
39+
"results": {
40+
"build-fail:compiler-error(clippy::print_with_newline)": [
41+
{
42+
"name": "clippy-warn (local)",
43+
"res": "regressed",
44+
"runs": [
45+
{
46+
"log": "stable/local/clippy-warn",
47+
"res": 0
48+
},
49+
{
50+
"log": "stable%2Brustflags=-Dclippy::all/local/clippy-warn",
51+
"res": 1
52+
}
53+
],
54+
"url": "https://github.com/rust-lang/crater/tree/master/local-crates/clippy-warn"
55+
}
56+
]
57+
}
58+
}
59+
}
60+
]
61+
],
62+
"comparison_colors": {
63+
"regressed": {
64+
"Single": "#db3026"
65+
},
66+
"test-pass": {
67+
"Single": "#72a156"
68+
}
69+
},
70+
"crates_count": 2,
71+
"full": true,
72+
"info": {
73+
"regressed": 1,
74+
"test-pass": 1
75+
},
76+
"nav": [
77+
{
78+
"active": false,
79+
"label": "Summary",
80+
"url": "index.html"
81+
},
82+
{
83+
"active": true,
84+
"label": "Full report",
85+
"url": "full.html"
86+
},
87+
{
88+
"active": false,
89+
"label": "Downloads",
90+
"url": "downloads.html"
91+
}
92+
],
93+
"result_colors": [
94+
{
95+
"Single": "#62a156"
96+
},
97+
{
98+
"Single": "#db3026"
99+
}
100+
],
101+
"result_names": [
102+
"test passed",
103+
"build compiler error"
104+
]
105+
}

0 commit comments

Comments
 (0)