Skip to content

Commit 72cfb88

Browse files
committed
Auto merge of #525 - Zeegomo:add-new-local-crates, r=pietroalbini
add new local crate for regression on dependency
2 parents cc137ab + 2f1dad1 commit 72cfb88

File tree

3 files changed

+30
-0
lines changed

3 files changed

+30
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[package]
2+
name = "beta-faulty-deps"
3+
version = "0.1.0"
4+
authors = ["Giacomo Pasini <g.pasini98@gmail.com>"]
5+
edition = "2018"
6+
7+
[dependencies]
8+
error_code = {git = "https://github.com/rust-lang/crater", rev = "f190933e896443e285e3bb6962fb87d7439b8d65"}
9+
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
fn main() {
2+
println!("Hello, world!");
3+
}

tests/minicrater/full/results.expected.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
{
22
"crates": [
3+
{
4+
"krate": {
5+
"Local": "beta-faulty-deps"
6+
},
7+
"name": "beta-faulty-deps (local)",
8+
"res": "regressed",
9+
"runs": [
10+
{
11+
"log": "stable/local/beta-faulty-deps",
12+
"res": "test-pass"
13+
},
14+
{
15+
"log": "beta/local/beta-faulty-deps",
16+
"res": "build-fail:depends-on(gh/rust-lang/crater/f190933e896443e285e3bb6962fb87d7439b8d65)"
17+
}
18+
],
19+
"url": "https://github.com/rust-lang/crater/tree/master/local-crates/beta-faulty-deps"
20+
},
321
{
422
"krate": {
523
"Local": "beta-fixed"

0 commit comments

Comments
 (0)