Skip to content

Commit a90b1be

Browse files
committed
---
yaml --- r: 69207 b: refs/heads/auto c: f51e2ad h: refs/heads/master i: 69205: a69f0ae 69203: 41a9de5 69199: 3752502 v: v3
1 parent 48ab460 commit a90b1be

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ refs/heads/try3: 9387340aab40a73e8424c48fd42f0c521a4875c0
1414
refs/tags/release-0.3.1: 495bae036dfe5ec6ceafd3312b4dca48741e845b
1515
refs/tags/release-0.4: e828ea2080499553b97dfe33b3f4d472b4562ad7
1616
refs/tags/release-0.5: 7e3bcfbf21278251ee936ad53e92e9b719702d73
17-
refs/heads/auto: ed67cdb73c9cf3a1cba768b3122aa03564b43ccc
17+
refs/heads/auto: f51e2ad435d7c0b4cb1bdebc5b6db29b65249125
1818
refs/heads/servo: af82457af293e2a842ba6b7759b70288da276167
1919
refs/tags/release-0.6: b4ebcfa1812664df5e142f0134a5faea3918544c

branches/auto/src/librustpkg/tests.rs

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,8 @@ fn test_install_invalid() {
475475

476476
// Tests above should (maybe) be converted to shell out to rustpkg, too
477477

478-
#[test] #[ignore(cfg(target_arch = "x86"))]
478+
// FIXME: #7956: temporarily disabled
479+
#[ignore(cfg(target_arch = "x86"))]
479480
fn test_install_git() {
480481
let sysroot = test_sysroot();
481482
debug!("sysroot = %s", sysroot.to_str());
@@ -566,7 +567,8 @@ fn test_package_ids_must_be_relative_path_like() {
566567
567568
}
568569
569-
#[test] #[ignore(cfg(target_arch = "x86"))]
570+
// FIXME: #7956: temporarily disabled
571+
#[ignore(cfg(target_arch = "x86"))]
570572
fn test_package_version() {
571573
let local_path = "mockgithub.com/catamorphism/test_pkg_version";
572574
let repo = init_git_repo(&Path(local_path));
@@ -678,7 +680,7 @@ fn rustpkg_install_url_2() {
678680
&temp_dir);
679681
}
680682
681-
#[test]
683+
// FIXME: #7956: temporarily disabled
682684
fn rustpkg_library_target() {
683685
let foo_repo = init_git_repo(&Path("foo"));
684686
let package_dir = foo_repo.push("foo");

0 commit comments

Comments
 (0)