forked from Pissandshittium/pissandshittium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Filter out all remaining base tests on Fuchsia.
This removes all the remaining disabled tests in the filter file for base tests on Fuchsia and instead filters each of them individually. Bug: 738275, 752368, 753490, 810077, 811881, 851734, 851747, 851759, 851760 Change-Id: I375954138d09ebacc05b2ad37afe1e09901e52e2 Reviewed-on: https://chromium-review.googlesource.com/1096483 Reviewed-by: Nico Weber <thakis@chromium.org> Commit-Queue: Fabrice de Gans-Riberi <fdegans@chromium.org> Cr-Commit-Position: refs/heads/master@{#568112}
- Loading branch information
Showing
13 changed files
with
124 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1 @@ | ||
# TODO(fuchsia): Being ported, see https://crbug.com/706592. | ||
|
||
-FileProxyTest.SetTimes | ||
-FileUtilTest.FileToFILE | ||
-PlatformThreadTest.ThreadPriorityCurrentThread | ||
-ProcessMemoryDumpTest.CountResidentBytes | ||
-ProcessMemoryDumpTest.CountResidentBytesInSharedMemory | ||
-ProcessMemoryDumpTest.TakeAllDumpsFrom | ||
-SysInfoTest.AmountOfFreeDiskSpace | ||
-SysInfoTest.AmountOfMem | ||
-SysInfoTest.AmountOfTotalDiskSpace | ||
|
||
# These tests all rely on being able to set the exit code of an externally | ||
# terminated process, which mx_task_kill() does not support. | ||
# https://crbug.com/753490. | ||
-ProcessTest.WaitForExitWithTimeout | ||
-ProcessUtilTest.GetTerminationStatusCrash | ||
-ProcessUtilTest.GetTerminationStatusSigKill | ||
-ProcessUtilTest.GetTerminationStatusSigTerm | ||
|
||
# These tests are occasionally flaking. See https://crbug.com/738275. Please be | ||
# pretty confident you've fixed their rarely-flakiness before re-enabling. | ||
-AllocationRegisterTest.InsertRemoveRandomOrder | ||
-ConditionVariableTest.MultiThreadConsumerTest | ||
-MemoryPeakDetectorTest.StdDev | ||
-MemoryPeakDetectorTest.Throttle | ||
-ObserverListThreadSafeTest.CrossThreadObserver | ||
-TraceCategoryTest.ThreadRaces | ||
|
||
# https://crbug.com/751894 | ||
-ConditionVariableTest.LargeFastTaskTest | ||
|
||
# https://crbug.com/752368. | ||
-FieldTrialListTest.ClearParamsFromSharedMemory | ||
-FieldTrialListTest.TestCopyFieldTrialStateToFlags | ||
|
||
# Flaky, https://crbug.com/810077. | ||
-MessageLoopTypedTest.RecursivePosts/* | ||
|
||
# Flaky, https://crbug.com/811881 | ||
-AddressSpaceRandomizationTest.RandomBitCorrelations* | ||
|
||
# Too slow due to QEMU overheads, https://crbug.com/844416 | ||
-FileUtilMultiThreadedTest.MultiThreadedTempFiles |