Skip to content

Commit

Permalink
Add back test targets and remove some failing tests from filters.
Browse files Browse the repository at this point in the history
  • Loading branch information
imindich committed Dec 19, 2024
1 parent 7929097 commit 072bcc7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 20 deletions.
10 changes: 0 additions & 10 deletions .github/actions/process_test_results/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
11 changes: 10 additions & 1 deletion .github/config/linux.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"failing_tests": [
"BreakIteratorTest.BreakCharacter",
"BreakIteratorTest.BreakLine",
"BreakIteratorTest.BreakLineEmpty",
"BreakIteratorTest.BreakLineNL",
"BreakIteratorTest.BreakLineWide16",
Expand Down Expand Up @@ -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",
Expand All @@ -67,7 +59,6 @@
"RTLTest.GetTextDirection",
"RTLTest.WrapPathWithLTRFormatting",
"RTLTest.WrapString",
"ReadOnlyFileUtilTest.ContentsEqual",
"ReadOnlyFileUtilTest.TextContentsEqual",
"StringSearchTest.ASCII",
"StringSearchTest.FixedPatternMultipleSearch",
Expand Down

0 comments on commit 072bcc7

Please sign in to comment.