File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
branches/auto/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 @@ -14,6 +14,6 @@ refs/heads/try3: 9387340aab40a73e8424c48fd42f0c521a4875c0
14
14
refs/tags/release-0.3.1: 495bae036dfe5ec6ceafd3312b4dca48741e845b
15
15
refs/tags/release-0.4: e828ea2080499553b97dfe33b3f4d472b4562ad7
16
16
refs/tags/release-0.5: 7e3bcfbf21278251ee936ad53e92e9b719702d73
17
- refs/heads/auto: ed67cdb73c9cf3a1cba768b3122aa03564b43ccc
17
+ refs/heads/auto: f51e2ad435d7c0b4cb1bdebc5b6db29b65249125
18
18
refs/heads/servo: af82457af293e2a842ba6b7759b70288da276167
19
19
refs/tags/release-0.6: b4ebcfa1812664df5e142f0134a5faea3918544c
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