Skip to content

Commit 127aa63

Browse files
author
bors-servo
authored
Auto merge of #173 - antrik:fix-bogus_test_exclusion, r=jdm
tests: `server_accept_first()`: Drop bogus exclusion I should have removed this conditional entirely (rather than just the Windows part) in 7881984 . The issue was never really Windows-specific in the first place: it just didn't become apparent until we could test the `inprocess` back-end on other platforms after 3e9aee8 . (Also, this should have used the "ignore" attribute, rather than conditional compilation: there was never any reason why the test couldn't be run on Windows, or on the `inprocess` back-end in general -- it uncovered an actual bug in the `inprocess` back-end implementation...)
2 parents 6a04427 + 1666c70 commit 127aa63

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/platform/test.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,6 @@ fn receiver_set_concurrent() {
608608
}
609609
}
610610

611-
#[cfg(not(any(feature = "force-inprocess", target_os = "android")))]
612611
#[test]
613612
fn server_accept_first() {
614613
let (server, name) = OsIpcOneShotServer::new().unwrap();

0 commit comments

Comments
 (0)