File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
branches/snap-stage3/src/librustpkg Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
refs/heads/master: 2d28d645422c1617be58c8ca7ad9a457264ca850
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
- refs/heads/snap-stage3: ed67cdb73c9cf3a1cba768b3122aa03564b43ccc
4
+ refs/heads/snap-stage3: f51e2ad435d7c0b4cb1bdebc5b6db29b65249125
5
5
refs/heads/try: 7b78b52e602bb3ea8174f9b2006bff3315f03ef9
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
Original file line number Diff line number Diff line change @@ -475,7 +475,8 @@ fn test_install_invalid() {
475
475
476
476
// Tests above should (maybe) be converted to shell out to rustpkg, too
477
477
478
- #[ test] #[ ignore( cfg( target_arch = "x86" ) ) ]
478
+ // FIXME: #7956: temporarily disabled
479
+ #[ ignore( cfg( target_arch = "x86" ) ) ]
479
480
fn test_install_git ( ) {
480
481
let sysroot = test_sysroot ( ) ;
481
482
debug ! ( "sysroot = %s" , sysroot. to_str( ) ) ;
@@ -566,7 +567,8 @@ fn test_package_ids_must_be_relative_path_like() {
566
567
567
568
}
568
569
569
- #[test] #[ignore(cfg(target_arch = " x86"))]
570
+ // FIXME: #7956: temporarily disabled
571
+ #[ignore(cfg(target_arch = " x86"))]
570
572
fn test_package_version() {
571
573
let local_path = " mockgithub. com/catamorphism/test_pkg_version";
572
574
let repo = init_git_repo(&Path(local_path));
@@ -678,7 +680,7 @@ fn rustpkg_install_url_2() {
678
680
&temp_dir);
679
681
}
680
682
681
- #[test]
683
+ // FIXME: #7956: temporarily disabled
682
684
fn rustpkg_library_target() {
683
685
let foo_repo = init_git_repo(&Path(" foo"));
684
686
let package_dir = foo_repo.push(" foo");
You can’t perform that action at this time.
0 commit comments