Skip to content

Commit 714cd89

Browse files
committed
---
yaml --- r: 64580 b: refs/heads/snap-stage3 c: f51e2ad h: refs/heads/master v: v3
1 parent 668a09f commit 714cd89

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
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: 2d28d645422c1617be58c8ca7ad9a457264ca850
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: ed67cdb73c9cf3a1cba768b3122aa03564b43ccc
4+
refs/heads/snap-stage3: f51e2ad435d7c0b4cb1bdebc5b6db29b65249125
55
refs/heads/try: 7b78b52e602bb3ea8174f9b2006bff3315f03ef9
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/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)