Skip to content

Commit

Permalink
delete base unittests filter to test validate tests step will fail.
Browse files Browse the repository at this point in the history
  • Loading branch information
imindich committed Jan 14, 2025
1 parent c27ed29 commit f8c1b48
Showing 1 changed file with 0 additions and 96 deletions.
96 changes: 0 additions & 96 deletions cobalt/testing/filters/linux-x64x11/base_unittests_filter.json
Original file line number Diff line number Diff line change
@@ -1,100 +1,4 @@
{
"failing_tests": [
"BreakIteratorTest.BreakCharacter",
"BreakIteratorTest.BreakLine",
"BreakIteratorTest.BreakLineEmpty",
"BreakIteratorTest.BreakLineNL",
"BreakIteratorTest.BreakLineWide16",
"BreakIteratorTest.BreakLineWide32",
"BreakIteratorTest.BreakSentence",
"BreakIteratorTest.BreakSpace",
"BreakIteratorTest.BreakSpaceEmpty",
"BreakIteratorTest.BreakSpaceSP",
"BreakIteratorTest.BreakSpaceWide32",
"BreakIteratorTest.BreakSpacekWide16",
"BreakIteratorTest.BreakWord",
"BreakIteratorTest.BreakWordChinese",
"BreakIteratorTest.BreakWordChineseEnglish",
"BreakIteratorTest.BreakWordEmpty",
"BreakIteratorTest.BreakWordJapanese",
"BreakIteratorTest.BreakWordThai",
"BreakIteratorTest.BreakWordWide16",
"BreakIteratorTest.BreakWordWide32",
"BreakIteratorTest.GetStringAfterSetText",
"BreakIteratorTest.GetStringPiece",
"BreakIteratorTest.GetWordBreakStatusBreakLine",
"BreakIteratorTest.GetWordBreakStatusBreakWord",
"BreakIteratorTest.IsSentenceBoundary",
"CaseConversionTest.FoldCase",
"CaseConversionTest.NonASCII",
"CaseConversionTest.TurkishLocaleConversion",
"CaseConversionTest.UpperLower",
"CharacterEncodingTest.GetCanonicalEncodingNameByAliasName",
"FilePathTest.FromUTF8Unsafe_And_AsUTF8Unsafe",
"FileUtilTest.ChangeDirectoryPermissionsAndEnumerate",
"FileUtilTest.ChangeFilePermissionsAndRead",
"FileUtilTest.ChangeFilePermissionsAndWrite",
"FileUtilTest.PreReadFile_Executable",
"FileUtilTest.SetCloseOnExec",
"FileUtilTest.SetNonBlocking",
"HistogramEnumReaderTest.SanityChecks",
"ICUStringConversionsTest.ConvertBetweenCodepageAndUTF16",
"ICUStringConversionsTest.ConvertToUtf8AndNormalize",
"JSONFileValueSerializerTest.NoWhitespace",
"JSONFileValueSerializerTest.Roundtrip",
"JSONFileValueSerializerTest.RoundtripNested",
"JSONReaderTest.ReadFromFile",
"MessageFormatterTest.DateTimeAndNumber",
"MessageFormatterTest.PluralNamedArgs",
"MessageFormatterTest.PluralNamedArgsWithOffset",
"MessageFormatterTest.PluralNumberedArgs",
"MessageFormatterTest.PluralNumberedArgsWithDate",
"MessageFormatterTest.SelectorSingleOrMultiple",
"NumberFormattingTest.FormatDouble",
"NumberFormattingTest.FormatNumber",
"NumberFormattingTest.FormatPercent",
"PathServiceTest.Get",
"PlatformThreadTest.CanChangeThreadType",
"PlatformThreadTest.SetCurrentThreadTypeTest",
"ProcessTest.SetProcessBackgrounded",
"ProcessUtilTest.CloneFlags",
"ProcessUtilTest.GetAppOutput",
"ProcessUtilTest.GetAppOutputWithExitCode",
"ProcessUtilTest.LaunchProcess",
"RTLTest.GetFirstStrongCharacterDirection",
"RTLTest.GetLastStrongCharacterDirection",
"RTLTest.GetStringDirection",
"RTLTest.GetTextDirection",
"RTLTest.WrapPathWithLTRFormatting",
"RTLTest.WrapString",
"ReadOnlyFileUtilTest.ContentsEqual",
"ReadOnlyFileUtilTest.TextContentsEqual",
"StringSearchTest.ASCII",
"StringSearchTest.FixedPatternMultipleSearch",
"StringSearchTest.RepeatingStringSearch",
"StringSearchTest.SearchBackwards",
"StringSearchTest.UnicodeLocaleDependent",
"StringSearchTest.UnicodeLocaleIndependent",
"SysStrings.SysNativeMBAndWide",
"SysStrings.SysNativeMBToWide",
"SysStrings.SysWideToNativeMB",
"Test.firstTest",
"ThreadPoolEnvironmentConfig.CanUseBackgroundPriorityForWorker",
"TimeFormattingTest.TimeDurationFormat",
"TimeFormattingTest.TimeDurationFormatWithSeconds",
"TimeFormattingTest.TimeFormatDateGB",
"TimeFormattingTest.TimeFormatDateUS",
"TimeFormattingTest.TimeFormatTimeOfDayDE",
"TimeFormattingTest.TimeFormatTimeOfDayDefault12h",
"TimeFormattingTest.TimeFormatTimeOfDayDefault24h",
"TimeFormattingTest.TimeFormatTimeOfDayJP",
"TimeFormattingTest.TimeFormatWithPattern",
"TimeFormattingTest.TimeIntervalFormat",
"TimezoneTest.CountryCodeForTimezones",
"TraceEventTestFixture.SetCurrentThreadBlocksMessageLoopAfterTracing",
"TransliteratorTest.LatinASCIICorrect",
"TransliteratorTest.LowerCorrect",
"TransliteratorTest.LowerLatinASCIICorrect",
"ValuesUtilTest.FilePath"
]
}

0 comments on commit f8c1b48

Please sign in to comment.