Skip to content

Bump kotlin from 1.9.20 to 1.9.21 (#65) #49

Bump kotlin from 1.9.20 to 1.9.21 (#65)

Bump kotlin from 1.9.20 to 1.9.21 (#65) #49

GitHub Actions / JUnit Tests (EnricoMi/publish-unit-test-result-action, Java 11) succeeded Nov 24, 2023 in 0s

All 71 tests pass, 11 skipped in 0s

82 tests  ±0   71 ✔️ ±0   0s ⏱️ ±0s
  7 suites ±0   11 💤 ±0 
  7 files   ±0     0 ±0 

Results for commit 977506f. ± Comparison against earlier commit 62efab1.

Annotations

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / JUnit Tests (EnricoMi/publish-unit-test-result-action, Java 11)

11 skipped tests found

There are 11 skipped tests, see "Raw output" for the full list of skipped tests.
Raw output
com.saveourtool.kompiledb.core.io.mappers.MSysPathMapperTest ‑ child of msys root mapped to environment()
com.saveourtool.kompiledb.core.io.mappers.MSysPathMapperTest ‑ msys root mapped to environment()
com.saveourtool.kompiledb.core.io.mappers.MSysPathMapperTest ‑ parent of msys root mapped to environment()
com.saveourtool.kompiledb.core.io.mappers.MSysPathMapperTest ‑ relative path should remain relative when mapped to environment()
com.saveourtool.kompiledb.core.io.mappers.MSysPathMapperTest ‑ relative path should remain relative when mapped to local()
com.saveourtool.kompiledb.core.io.mappers.MSysPathMapperTest ‑ root should be absolute()
com.saveourtool.kompiledb.core.io.mappers.MSysPathMapperTest ‑ root should be an existing directory()
com.saveourtool.kompiledb.core.io.mappers.MSysPathMapperTest ‑ unc path mapped to environment()
com.saveourtool.kompiledb.core.io.mappers.MSysPathMapperTest ‑ unc path should be absolute()
com.saveourtool.kompiledb.core.io.mappers.MSysPathMapperTest ‑ windows path without drive letter()
com.saveourtool.kompiledb.core.io.mappers.MSysPathMapperTest ‑ windows path()

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / JUnit Tests (EnricoMi/publish-unit-test-result-action, Java 11)

82 tests found

There are 82 tests, see "Raw output" for the full list of tests.
Raw output
com.saveourtool.kompiledb.core.CompilationCommandTest ‑ should fail if arguments are empty()
com.saveourtool.kompiledb.core.CompilationCommandTest ‑ should fail if command is empty()
com.saveourtool.kompiledb.core.CompilationCommandTest ‑ should fail if file is empty()
com.saveourtool.kompiledb.core.compiler.CompilerCommandParserTest ‑ dash-x none should be ignored (C)()
com.saveourtool.kompiledb.core.compiler.CompilerCommandParserTest ‑ dash-x none should be ignored (C++)()
com.saveourtool.kompiledb.core.compiler.CompilerCommandParserTest ‑ dash-x switch should get parsed (C)()
com.saveourtool.kompiledb.core.compiler.CompilerCommandParserTest ‑ dash-x switch should get parsed (C++)()
com.saveourtool.kompiledb.core.compiler.CompilerCommandParserTest ‑ dash-x switch should get parsed (custom)()
com.saveourtool.kompiledb.core.compiler.CompilerCommandParserTest ‑ dash-x switch should get parsed, the last occurrence taking precedence (C)()
com.saveourtool.kompiledb.core.compiler.CompilerCommandParserTest ‑ dash-x switch should get parsed, the last occurrence taking precedence (C++)()
com.saveourtool.kompiledb.core.compiler.CompilerCommandParserTest ‑ default standard include paths (C)()
com.saveourtool.kompiledb.core.compiler.CompilerCommandParserTest ‑ default standard include paths (C++)()
com.saveourtool.kompiledb.core.compiler.CompilerCommandParserTest ‑ defined macros(Path)
com.saveourtool.kompiledb.core.compiler.CompilerCommandParserTest ‑ empty quoted include directory should be preserved(Path)
com.saveourtool.kompiledb.core.compiler.CompilerCommandParserTest ‑ include directories (quoted)(Path)
com.saveourtool.kompiledb.core.compiler.CompilerCommandParserTest ‑ include directories(Path)
com.saveourtool.kompiledb.core.compiler.CompilerCommandParserTest ‑ include files(Path)
com.saveourtool.kompiledb.core.compiler.CompilerCommandParserTest ‑ language should be unknown if no extension()
com.saveourtool.kompiledb.core.compiler.CompilerCommandParserTest ‑ language should get inferred from the extension if unspecified (C)()
com.saveourtool.kompiledb.core.compiler.CompilerCommandParserTest ‑ language should get inferred from the extension if unspecified (C++)()
com.saveourtool.kompiledb.core.compiler.CompilerCommandParserTest ‑ language should get inferred from the extension if unspecified (custom)()
com.saveourtool.kompiledb.core.compiler.CompilerCommandParserTest ‑ language standard should be parsed()
com.saveourtool.kompiledb.core.compiler.CompilerCommandParserTest ‑ nobuiltininc (C)()
com.saveourtool.kompiledb.core.compiler.CompilerCommandParserTest ‑ nobuiltininc (C++)()
com.saveourtool.kompiledb.core.compiler.CompilerCommandParserTest ‑ nostdinc (Clang, C)()
com.saveourtool.kompiledb.core.compiler.CompilerCommandParserTest ‑ nostdinc (Clang, C++)()
com.saveourtool.kompiledb.core.compiler.CompilerCommandParserTest ‑ nostdinc (GCC, C)()
com.saveourtool.kompiledb.core.compiler.CompilerCommandParserTest ‑ nostdinc (GCC, C++)()
com.saveourtool.kompiledb.core.compiler.CompilerCommandParserTest ‑ nostdinc and nostdinc++ combined()
com.saveourtool.kompiledb.core.compiler.CompilerCommandParserTest ‑ nostdinc++ (C)()
com.saveourtool.kompiledb.core.compiler.CompilerCommandParserTest ‑ nostdinc++ (C++)()
com.saveourtool.kompiledb.core.compiler.CompilerCommandParserTest ‑ nostdlibinc and nobuiltininc combined()
com.saveourtool.kompiledb.core.compiler.CompilerCommandParserTest ‑ nostdlibinc()
com.saveourtool.kompiledb.core.compiler.CompilerCommandParserTest ‑ response file missing(Path)
com.saveourtool.kompiledb.core.compiler.CompilerCommandParserTest ‑ response file should get expanded (arguments)(Path)
com.saveourtool.kompiledb.core.compiler.CompilerCommandParserTest ‑ response file should get expanded (command)(Path)
com.saveourtool.kompiledb.core.compiler.CompilerCommandParserTest ‑ the last language standard should take precedence()
com.saveourtool.kompiledb.core.compiler.CompilerCommandParserTest ‑ undefined macros(Path)
com.saveourtool.kompiledb.core.io.mappers.MSysPathMapperTest ‑ child of msys root mapped to environment()
com.saveourtool.kompiledb.core.io.mappers.MSysPathMapperTest ‑ msys root mapped to environment()
com.saveourtool.kompiledb.core.io.mappers.MSysPathMapperTest ‑ parent of msys root mapped to environment()
com.saveourtool.kompiledb.core.io.mappers.MSysPathMapperTest ‑ relative path should remain relative when mapped to environment()
com.saveourtool.kompiledb.core.io.mappers.MSysPathMapperTest ‑ relative path should remain relative when mapped to local()
com.saveourtool.kompiledb.core.io.mappers.MSysPathMapperTest ‑ root should be absolute()
com.saveourtool.kompiledb.core.io.mappers.MSysPathMapperTest ‑ root should be an existing directory()
com.saveourtool.kompiledb.core.io.mappers.MSysPathMapperTest ‑ unc path mapped to environment()
com.saveourtool.kompiledb.core.io.mappers.MSysPathMapperTest ‑ unc path should be absolute()
com.saveourtool.kompiledb.core.io.mappers.MSysPathMapperTest ‑ windows path without drive letter()
com.saveourtool.kompiledb.core.io.mappers.MSysPathMapperTest ‑ windows path()
com.saveourtool.kompiledb.core.io.parsers.PosixShellCommandLineParserTest ‑ adjacent quoted and non-quoted fragments glued together (no whitespace)()
com.saveourtool.kompiledb.core.io.parsers.PosixShellCommandLineParserTest ‑ adjacent quoted fragments glued together (no whitespace)()
com.saveourtool.kompiledb.core.io.parsers.PosixShellCommandLineParserTest ‑ command should be split on whitespace()
com.saveourtool.kompiledb.core.io.parsers.PosixShellCommandLineParserTest ‑ double quotation marks inside single-quoted arguments()
com.saveourtool.kompiledb.core.io.parsers.PosixShellCommandLineParserTest ‑ double-quoted arguments should be handled correctly()
com.saveourtool.kompiledb.core.io.parsers.PosixShellCommandLineParserTest ‑ leading and trailing whitespace should be trimmed()
com.saveourtool.kompiledb.core.io.parsers.PosixShellCommandLineParserTest ‑ single quotation marks inside double-quoted arguments()
com.saveourtool.kompiledb.core.io.parsers.PosixShellCommandLineParserTest ‑ single-quoted arguments should be handled correctly()
com.saveourtool.kompiledb.core.io.parsers.PosixShellCommandLineParserTest ‑ zero-length quoted arguments should be preserved()
com.saveourtool.kompiledb.core.io.parsers.WindowsCommandLineParserTest ‑ adjacent quoted and non-quoted fragments glued together (no whitespace)()
com.saveourtool.kompiledb.core.io.parsers.WindowsCommandLineParserTest ‑ adjacent quoted fragments glued together (no whitespace)()
com.saveourtool.kompiledb.core.io.parsers.WindowsCommandLineParserTest ‑ command should be split on whitespace()
com.saveourtool.kompiledb.core.io.parsers.WindowsCommandLineParserTest ‑ double-quoted arguments should be handled correctly()
com.saveourtool.kompiledb.core.io.parsers.WindowsCommandLineParserTest ‑ leading and trailing whitespace should be trimmed()
com.saveourtool.kompiledb.core.io.parsers.WindowsCommandLineParserTest ‑ single quotation marks inside double-quoted arguments()
com.saveourtool.kompiledb.core.io.parsers.WindowsCommandLineParserTest ‑ zero-length quoted arguments should be preserved()
com.saveourtool.kompiledb.gson.CompilationCommandGsonTest ‑ empty object when reading()
com.saveourtool.kompiledb.gson.CompilationCommandGsonTest ‑ extra fields when reading()
com.saveourtool.kompiledb.gson.CompilationCommandGsonTest ‑ non-string argument entries when reading()
com.saveourtool.kompiledb.gson.CompilationCommandGsonTest ‑ not an object when reading()
com.saveourtool.kompiledb.gson.CompilationCommandGsonTest ‑ null argument entries when reading()
com.saveourtool.kompiledb.gson.CompilationCommandGsonTest ‑ null directory when reading()
com.saveourtool.kompiledb.gson.CompilationCommandGsonTest ‑ null fields should be read successfully()
com.saveourtool.kompiledb.gson.CompilationCommandGsonTest ‑ single command should be read successfully()
com.saveourtool.kompiledb.gson.CompilationCommandGsonTest ‑ single command should serialize successfully()
com.saveourtool.kompiledb.gson.CompilationCommandGsonTest ‑ single command with arguments should be read successfully()
com.saveourtool.kompiledb.gson.CompilationDatabaseGsonTest ‑ empty database should be read successfully()
com.saveourtool.kompiledb.gson.CompilationDatabaseGsonTest ‑ empty database should serialize successfully()
com.saveourtool.kompiledb.gson.CompilationDatabaseGsonTest ‑ i-o error when reading a missing file(Path)
com.saveourtool.kompiledb.gson.CompilationDatabaseGsonTest ‑ i-o error when reading a non-regular file(Path)
com.saveourtool.kompiledb.gson.CompilationDatabaseGsonTest ‑ mixed database should be read partially()
com.saveourtool.kompiledb.gson.CompilationDatabaseGsonTest ‑ not an array when reading a database()
com.saveourtool.kompiledb.gson.CompilationDatabaseGsonTest ‑ simple database should serialize successfully()