File tree Expand file tree Collapse file tree 1 file changed +20
-4
lines changed
Expand file tree Collapse file tree 1 file changed +20
-4
lines changed Original file line number Diff line number Diff line change @@ -224,11 +224,15 @@ fn file_test_io_seek_and_write() {
224224#[ test]
225225#[ cfg( any(
226226 windows,
227+ target_os = "aix" ,
228+ target_os = "cygwin" ,
227229 target_os = "freebsd" ,
230+ target_os = "fuchsia" ,
231+ target_os = "illumos" ,
228232 target_os = "linux" ,
229233 target_os = "netbsd" ,
234+ target_os = "openbsd" ,
230235 target_os = "solaris" ,
231- target_os = "illumos" ,
232236 target_vendor = "apple" ,
233237) ) ]
234238fn file_lock_multiple_shared ( ) {
@@ -249,11 +253,15 @@ fn file_lock_multiple_shared() {
249253#[ test]
250254#[ cfg( any(
251255 windows,
256+ target_os = "aix" ,
257+ target_os = "cygwin" ,
252258 target_os = "freebsd" ,
259+ target_os = "fuchsia" ,
260+ target_os = "illumos" ,
253261 target_os = "linux" ,
254262 target_os = "netbsd" ,
263+ target_os = "openbsd" ,
255264 target_os = "solaris" ,
256- target_os = "illumos" ,
257265 target_vendor = "apple" ,
258266) ) ]
259267fn file_lock_blocking ( ) {
@@ -275,11 +283,15 @@ fn file_lock_blocking() {
275283#[ test]
276284#[ cfg( any(
277285 windows,
286+ target_os = "aix" ,
287+ target_os = "cygwin" ,
278288 target_os = "freebsd" ,
289+ target_os = "fuchsia" ,
290+ target_os = "illumos" ,
279291 target_os = "linux" ,
280292 target_os = "netbsd" ,
293+ target_os = "openbsd" ,
281294 target_os = "solaris" ,
282- target_os = "illumos" ,
283295 target_vendor = "apple" ,
284296) ) ]
285297fn file_lock_drop ( ) {
@@ -298,11 +310,15 @@ fn file_lock_drop() {
298310#[ test]
299311#[ cfg( any(
300312 windows,
313+ target_os = "aix" ,
314+ target_os = "cygwin" ,
301315 target_os = "freebsd" ,
316+ target_os = "fuchsia" ,
317+ target_os = "illumos" ,
302318 target_os = "linux" ,
303319 target_os = "netbsd" ,
320+ target_os = "openbsd" ,
304321 target_os = "solaris" ,
305- target_os = "illumos" ,
306322 target_vendor = "apple" ,
307323) ) ]
308324fn file_lock_dup ( ) {
You can’t perform that action at this time.
0 commit comments