Skip to content

Commit 7f19b38

Browse files
committed
update names in minicrater tests
1 parent 3bd61b3 commit 7f19b38

File tree

4 files changed

+28
-28
lines changed

4 files changed

+28
-28
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"RootResults": {
3838
"count": 1,
3939
"results": {
40-
"build-fail:compiler-error(clippy::print_with_newline)": [
40+
"build compiler-error(clippy::print_with_newline)": [
4141
{
4242
"name": "clippy-warn (local)",
4343
"res": "regressed",

tests/minicrater/clippy/index.html.context.expected.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"RootResults": {
1616
"count": 1,
1717
"results": {
18-
"build-fail:compiler-error(clippy::print_with_newline)": [
18+
"build compiler-error(clippy::print_with_newline)": [
1919
{
2020
"name": "clippy-warn (local)",
2121
"res": "regressed",

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

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -50,24 +50,24 @@
5050
"url": "https://github.com/rust-lang/crater/tree/master/local-crates/ice-regression"
5151
}
5252
],
53-
"build failed (unknown)": [
53+
"build compiler-error(E0013)": [
5454
{
55-
"name": "beta-regression (local)",
55+
"name": "error-code (local)",
5656
"res": "regressed",
5757
"runs": [
5858
{
59-
"log": "stable/local/beta-regression",
59+
"log": "stable/local/error-code",
6060
"res": 0
6161
},
6262
{
63-
"log": "beta/local/beta-regression",
64-
"res": 2
63+
"log": "beta/local/error-code",
64+
"res": 3
6565
}
6666
],
67-
"url": "https://github.com/rust-lang/crater/tree/master/local-crates/beta-regression"
67+
"url": "https://github.com/rust-lang/crater/tree/master/local-crates/error-code"
6868
}
6969
],
70-
"build-fail:compiler-error(E0013)": [
70+
"build compiler-error(E0015)": [
7171
{
7272
"name": "error-code (local)",
7373
"res": "regressed",
@@ -84,21 +84,21 @@
8484
"url": "https://github.com/rust-lang/crater/tree/master/local-crates/error-code"
8585
}
8686
],
87-
"build-fail:compiler-error(E0015)": [
87+
"build failed (unknown)": [
8888
{
89-
"name": "error-code (local)",
89+
"name": "beta-regression (local)",
9090
"res": "regressed",
9191
"runs": [
9292
{
93-
"log": "stable/local/error-code",
93+
"log": "stable/local/beta-regression",
9494
"res": 0
9595
},
9696
{
97-
"log": "beta/local/error-code",
98-
"res": 3
97+
"log": "beta/local/beta-regression",
98+
"res": 2
9999
}
100100
],
101-
"url": "https://github.com/rust-lang/crater/tree/master/local-crates/error-code"
101+
"url": "https://github.com/rust-lang/crater/tree/master/local-crates/beta-regression"
102102
}
103103
]
104104
}

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

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -50,24 +50,24 @@
5050
"url": "https://github.com/rust-lang/crater/tree/master/local-crates/ice-regression"
5151
}
5252
],
53-
"build failed (unknown)": [
53+
"build compiler-error(E0013)": [
5454
{
55-
"name": "beta-regression (local)",
55+
"name": "error-code (local)",
5656
"res": "regressed",
5757
"runs": [
5858
{
59-
"log": "stable/local/beta-regression",
59+
"log": "stable/local/error-code",
6060
"res": 0
6161
},
6262
{
63-
"log": "beta/local/beta-regression",
64-
"res": 2
63+
"log": "beta/local/error-code",
64+
"res": 3
6565
}
6666
],
67-
"url": "https://github.com/rust-lang/crater/tree/master/local-crates/beta-regression"
67+
"url": "https://github.com/rust-lang/crater/tree/master/local-crates/error-code"
6868
}
6969
],
70-
"build-fail:compiler-error(E0013)": [
70+
"build compiler-error(E0015)": [
7171
{
7272
"name": "error-code (local)",
7373
"res": "regressed",
@@ -84,21 +84,21 @@
8484
"url": "https://github.com/rust-lang/crater/tree/master/local-crates/error-code"
8585
}
8686
],
87-
"build-fail:compiler-error(E0015)": [
87+
"build failed (unknown)": [
8888
{
89-
"name": "error-code (local)",
89+
"name": "beta-regression (local)",
9090
"res": "regressed",
9191
"runs": [
9292
{
93-
"log": "stable/local/error-code",
93+
"log": "stable/local/beta-regression",
9494
"res": 0
9595
},
9696
{
97-
"log": "beta/local/error-code",
98-
"res": 3
97+
"log": "beta/local/beta-regression",
98+
"res": 2
9999
}
100100
],
101-
"url": "https://github.com/rust-lang/crater/tree/master/local-crates/error-code"
101+
"url": "https://github.com/rust-lang/crater/tree/master/local-crates/beta-regression"
102102
}
103103
]
104104
}

0 commit comments

Comments
 (0)