Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement GccCommandParser supporting @response-file expansion #21

Merged
merged 2 commits into from
Jun 21, 2023

Conversation

0x6675636b796f75676974687562
Copy link
Member

No description provided.

@github-actions
Copy link

JUnit Tests (EnricoMi/publish-unit-test-result-action, Java 8)

34 tests  +3   23 ✔️ +3   0s ⏱️ ±0s
  5 suites +1   11 💤 ±0 
  5 files   +1     0 ±0 

Results for commit d491ff5. ± Comparison against base commit 2547a13.

This pull request removes 11 and adds 14 tests. Note that renamed tests count towards both.
com.saveourtool.kompiledb.core.io.MSysPathMapperTest ‑ child of msys root mapped to environment()
com.saveourtool.kompiledb.core.io.MSysPathMapperTest ‑ msys root mapped to environment()
com.saveourtool.kompiledb.core.io.MSysPathMapperTest ‑ parent of msys root mapped to environment()
com.saveourtool.kompiledb.core.io.MSysPathMapperTest ‑ relative path should remain relative when mapped to environment()
com.saveourtool.kompiledb.core.io.MSysPathMapperTest ‑ relative path should remain relative when mapped to local()
com.saveourtool.kompiledb.core.io.MSysPathMapperTest ‑ root should be absolute()
com.saveourtool.kompiledb.core.io.MSysPathMapperTest ‑ root should be an existing directory()
com.saveourtool.kompiledb.core.io.MSysPathMapperTest ‑ unc path mapped to environment()
com.saveourtool.kompiledb.core.io.MSysPathMapperTest ‑ unc path should be absolute()
com.saveourtool.kompiledb.core.io.MSysPathMapperTest ‑ windows path without drive letter()
…
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.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()
…
This pull request removes 11 skipped tests and adds 11 skipped tests. Note that renamed tests count towards both.
com.saveourtool.kompiledb.core.io.MSysPathMapperTest ‑ child of msys root mapped to environment()
com.saveourtool.kompiledb.core.io.MSysPathMapperTest ‑ msys root mapped to environment()
com.saveourtool.kompiledb.core.io.MSysPathMapperTest ‑ parent of msys root mapped to environment()
com.saveourtool.kompiledb.core.io.MSysPathMapperTest ‑ relative path should remain relative when mapped to environment()
com.saveourtool.kompiledb.core.io.MSysPathMapperTest ‑ relative path should remain relative when mapped to local()
com.saveourtool.kompiledb.core.io.MSysPathMapperTest ‑ root should be absolute()
com.saveourtool.kompiledb.core.io.MSysPathMapperTest ‑ root should be an existing directory()
com.saveourtool.kompiledb.core.io.MSysPathMapperTest ‑ unc path mapped to environment()
com.saveourtool.kompiledb.core.io.MSysPathMapperTest ‑ unc path should be absolute()
com.saveourtool.kompiledb.core.io.MSysPathMapperTest ‑ windows path without drive letter()
…
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()
…

@github-actions
Copy link

JUnit Tests (EnricoMi/publish-unit-test-result-action, Java 17)

34 tests  +3   23 ✔️ +3   0s ⏱️ ±0s
  5 suites +1   11 💤 ±0 
  5 files   +1     0 ±0 

Results for commit d491ff5. ± Comparison against base commit 2547a13.

This pull request removes 11 and adds 14 tests. Note that renamed tests count towards both.
com.saveourtool.kompiledb.core.io.MSysPathMapperTest ‑ child of msys root mapped to environment()
com.saveourtool.kompiledb.core.io.MSysPathMapperTest ‑ msys root mapped to environment()
com.saveourtool.kompiledb.core.io.MSysPathMapperTest ‑ parent of msys root mapped to environment()
com.saveourtool.kompiledb.core.io.MSysPathMapperTest ‑ relative path should remain relative when mapped to environment()
com.saveourtool.kompiledb.core.io.MSysPathMapperTest ‑ relative path should remain relative when mapped to local()
com.saveourtool.kompiledb.core.io.MSysPathMapperTest ‑ root should be absolute()
com.saveourtool.kompiledb.core.io.MSysPathMapperTest ‑ root should be an existing directory()
com.saveourtool.kompiledb.core.io.MSysPathMapperTest ‑ unc path mapped to environment()
com.saveourtool.kompiledb.core.io.MSysPathMapperTest ‑ unc path should be absolute()
com.saveourtool.kompiledb.core.io.MSysPathMapperTest ‑ windows path without drive letter()
…
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.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()
…
This pull request removes 11 skipped tests and adds 11 skipped tests. Note that renamed tests count towards both.
com.saveourtool.kompiledb.core.io.MSysPathMapperTest ‑ child of msys root mapped to environment()
com.saveourtool.kompiledb.core.io.MSysPathMapperTest ‑ msys root mapped to environment()
com.saveourtool.kompiledb.core.io.MSysPathMapperTest ‑ parent of msys root mapped to environment()
com.saveourtool.kompiledb.core.io.MSysPathMapperTest ‑ relative path should remain relative when mapped to environment()
com.saveourtool.kompiledb.core.io.MSysPathMapperTest ‑ relative path should remain relative when mapped to local()
com.saveourtool.kompiledb.core.io.MSysPathMapperTest ‑ root should be absolute()
com.saveourtool.kompiledb.core.io.MSysPathMapperTest ‑ root should be an existing directory()
com.saveourtool.kompiledb.core.io.MSysPathMapperTest ‑ unc path mapped to environment()
com.saveourtool.kompiledb.core.io.MSysPathMapperTest ‑ unc path should be absolute()
com.saveourtool.kompiledb.core.io.MSysPathMapperTest ‑ windows path without drive letter()
…
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()
…

@github-actions
Copy link

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

34 tests  +3   23 ✔️ +3   0s ⏱️ ±0s
  5 suites +1   11 💤 ±0 
  5 files   +1     0 ±0 

Results for commit d491ff5. ± Comparison against base commit 2547a13.

This pull request removes 11 and adds 14 tests. Note that renamed tests count towards both.
com.saveourtool.kompiledb.core.io.MSysPathMapperTest ‑ child of msys root mapped to environment()
com.saveourtool.kompiledb.core.io.MSysPathMapperTest ‑ msys root mapped to environment()
com.saveourtool.kompiledb.core.io.MSysPathMapperTest ‑ parent of msys root mapped to environment()
com.saveourtool.kompiledb.core.io.MSysPathMapperTest ‑ relative path should remain relative when mapped to environment()
com.saveourtool.kompiledb.core.io.MSysPathMapperTest ‑ relative path should remain relative when mapped to local()
com.saveourtool.kompiledb.core.io.MSysPathMapperTest ‑ root should be absolute()
com.saveourtool.kompiledb.core.io.MSysPathMapperTest ‑ root should be an existing directory()
com.saveourtool.kompiledb.core.io.MSysPathMapperTest ‑ unc path mapped to environment()
com.saveourtool.kompiledb.core.io.MSysPathMapperTest ‑ unc path should be absolute()
com.saveourtool.kompiledb.core.io.MSysPathMapperTest ‑ windows path without drive letter()
…
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.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()
…
This pull request removes 11 skipped tests and adds 11 skipped tests. Note that renamed tests count towards both.
com.saveourtool.kompiledb.core.io.MSysPathMapperTest ‑ child of msys root mapped to environment()
com.saveourtool.kompiledb.core.io.MSysPathMapperTest ‑ msys root mapped to environment()
com.saveourtool.kompiledb.core.io.MSysPathMapperTest ‑ parent of msys root mapped to environment()
com.saveourtool.kompiledb.core.io.MSysPathMapperTest ‑ relative path should remain relative when mapped to environment()
com.saveourtool.kompiledb.core.io.MSysPathMapperTest ‑ relative path should remain relative when mapped to local()
com.saveourtool.kompiledb.core.io.MSysPathMapperTest ‑ root should be absolute()
com.saveourtool.kompiledb.core.io.MSysPathMapperTest ‑ root should be an existing directory()
com.saveourtool.kompiledb.core.io.MSysPathMapperTest ‑ unc path mapped to environment()
com.saveourtool.kompiledb.core.io.MSysPathMapperTest ‑ unc path should be absolute()
com.saveourtool.kompiledb.core.io.MSysPathMapperTest ‑ windows path without drive letter()
…
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()
…

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants