Commit e929b08c authored by Kevin Marshall's avatar Kevin Marshall Committed by Commit Bot

Fuchsia: enable MemoryMappedFile tests

Fuchsia: enable MemoryMappedFile tests
Fuchsia now supports mmap() for tmpfs, so these tests Just Work.


Bug: 746051, 706592
Change-Id: I208c88852bcd22cec0b03f8c2578c71fd305c663
Reviewed-on: https://chromium-review.googlesource.com/596611Reviewed-by: default avatarScott Graham <scottmg@chromium.org>
Commit-Queue: Kevin Marshall <kmarshall@chromium.org>
Cr-Commit-Position: refs/heads/master@{#491205}
parent 094349c4
...@@ -25,16 +25,6 @@ ...@@ -25,16 +25,6 @@
-FileUtilProxyTest.Touch -FileUtilProxyTest.Touch
-FileUtilTest.FileToFILE -FileUtilTest.FileToFILE
-LoggingTest.CheckCausesDistinctBreakpoints -LoggingTest.CheckCausesDistinctBreakpoints
-MemoryMappedFileTest.ExtendableFile
-MemoryMappedFileTest.MapLargePartialRegionInTheMiddle
-MemoryMappedFileTest.MapPartialRegionAtBeginning
-MemoryMappedFileTest.MapPartialRegionAtEnd
-MemoryMappedFileTest.MapSmallFile
-MemoryMappedFileTest.MapSmallPartialRegionInTheMiddle
-MemoryMappedFileTest.MapWholeFileByFD
-MemoryMappedFileTest.MapWholeFileByPath
-MemoryMappedFileTest.MapWholeFileUsingRegion
-MemoryMappedFileTest.WriteableFile
-NativeLibraryTest.LoadLibrary -NativeLibraryTest.LoadLibrary
-NativeLibraryTest.LoadLibraryPreferOwnSymbols -NativeLibraryTest.LoadLibraryPreferOwnSymbols
-PartitionAllocTest.Basic -PartitionAllocTest.Basic
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment