File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed 
src/libraries/System.IO.MemoryMappedFiles/tests Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -67,9 +67,9 @@ public static IEnumerable<object[]> AccessLevelCombinationsData()
6767            yield  return  new  object [ ]  {  MemoryMappedFileAccess . ReadWriteExecute ,  MemoryMappedFileAccess . ReadWriteExecute  } ; 
6868            yield  return  new  object [ ]  {  MemoryMappedFileAccess . ReadExecute ,  MemoryMappedFileAccess . Read  } ; 
6969            yield  return  new  object [ ]  {  MemoryMappedFileAccess . ReadExecute ,  MemoryMappedFileAccess . CopyOnWrite  } ; 
70+             // https://github.com/dotnet/runtime/issues/114403 
7071            if  ( PlatformDetection . IsNotMacCatalyst ) 
7172            { 
72-                 // https://github.com/dotnet/runtime/issues/114403 
7373                yield  return  new  object [ ]  {  MemoryMappedFileAccess . ReadExecute ,  MemoryMappedFileAccess . ReadExecute  } ; 
7474            } 
7575            yield  return  new  object [ ]  {  MemoryMappedFileAccess . CopyOnWrite ,  MemoryMappedFileAccess . Read  } ; 
Original file line number Diff line number Diff line change @@ -67,9 +67,9 @@ public static IEnumerable<object[]> AccessLevelCombinationsData()
6767            yield  return  new  object [ ]  {  MemoryMappedFileAccess . ReadWriteExecute ,  MemoryMappedFileAccess . ReadWriteExecute  } ; 
6868            yield  return  new  object [ ]  {  MemoryMappedFileAccess . ReadExecute ,  MemoryMappedFileAccess . Read  } ; 
6969            yield  return  new  object [ ]  {  MemoryMappedFileAccess . ReadExecute ,  MemoryMappedFileAccess . CopyOnWrite  } ; 
70+             // https://github.com/dotnet/runtime/issues/114403 
7071            if  ( PlatformDetection . IsNotMacCatalyst ) 
7172            { 
72-                 // https://github.com/dotnet/runtime/issues/114403 
7373                yield  return  new  object [ ]  {  MemoryMappedFileAccess . ReadExecute ,  MemoryMappedFileAccess . ReadExecute  } ; 
7474            } 
7575            yield  return  new  object [ ]  {  MemoryMappedFileAccess . CopyOnWrite ,  MemoryMappedFileAccess . Read  } ; 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments