From 072bcc7205345c1303fec680b4d93e1246a758bc Mon Sep 17 00:00:00 2001 From: Ian Mindich Date: Mon, 16 Dec 2024 16:23:11 -0800 Subject: [PATCH] Add back test targets and remove some failing tests from filters. --- .github/actions/process_test_results/action.yaml | 10 ---------- .github/config/linux.json | 11 ++++++++++- .../filters/linux-x64x11/base_unittests_filter.json | 9 --------- 3 files changed, 10 insertions(+), 20 deletions(-) diff --git a/.github/actions/process_test_results/action.yaml b/.github/actions/process_test_results/action.yaml index 28b7325d7d5b..de1d273dcae6 100644 --- a/.github/actions/process_test_results/action.yaml +++ b/.github/actions/process_test_results/action.yaml @@ -24,16 +24,6 @@ runs: results/*.xml check_run: 'false' - - name: Publish test results test reporter dorny - uses: dorny/test-reporter@31a54ee7ebcacc03a09ea97a7e5465a47b84aea5 - if: always() - with: - name: chrobalt unit tests - path: 'results/*.xml' - reporter: 'jest-junit' - fail-on-error: 'false' - only-summary: 'true' - - name: Get Datadog CLI id: download-dd-cli # The API key is not available on PRs created from a fork. diff --git a/.github/config/linux.json b/.github/config/linux.json index 007ded7d5227..dfacac9eadd2 100644 --- a/.github/config/linux.json +++ b/.github/config/linux.json @@ -5,7 +5,16 @@ "linux-x64x11" ], "targets": [ - "gpu_unittests" + "base_unittests", + "cobalt:gn_all", + "content_shell", + "gin_unittests", + "gpu_unittests", + "ipc_tests", + "media_unittests", + "mojo_unittests", + "sql_unittests", + "url_unittests" ], "includes": [ { diff --git a/cobalt/testing/filters/linux-x64x11/base_unittests_filter.json b/cobalt/testing/filters/linux-x64x11/base_unittests_filter.json index f0ba098f6eb0..729448c07f21 100644 --- a/cobalt/testing/filters/linux-x64x11/base_unittests_filter.json +++ b/cobalt/testing/filters/linux-x64x11/base_unittests_filter.json @@ -1,7 +1,6 @@ { "failing_tests": [ "BreakIteratorTest.BreakCharacter", - "BreakIteratorTest.BreakLine", "BreakIteratorTest.BreakLineEmpty", "BreakIteratorTest.BreakLineNL", "BreakIteratorTest.BreakLineWide16", @@ -35,13 +34,6 @@ "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", @@ -67,7 +59,6 @@ "RTLTest.GetTextDirection", "RTLTest.WrapPathWithLTRFormatting", "RTLTest.WrapString", - "ReadOnlyFileUtilTest.ContentsEqual", "ReadOnlyFileUtilTest.TextContentsEqual", "StringSearchTest.ASCII", "StringSearchTest.FixedPatternMultipleSearch",