Skip to content

Commit

Permalink
Merge branch 'mr/xfail_some_tests_on_llvm_due_to_no_partial_linking' …
Browse files Browse the repository at this point in the history
…into 'master'

XFAIL crashing because of no partial link in lld

See merge request eng/toolchain/gnatcoll-core!147
  • Loading branch information
apietrek committed Oct 15, 2024
2 parents 8f6af1f + 5174273 commit 842ce5e
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions testsuite/tests/opt_parse/help/test.yaml
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
driver: build_and_run
control:
- [XFAIL, "env.llvm", "partial linking not supported in lld eng/gpr/gpr-issues#428"]
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ driver: build_run_diff
description: Check that a long help message can exceed the default 80 character limit when permitted
control:
- [SKIP, "env.is_cross", "Tests using test.sh currently not supported on cross targets, see T616-039"]
- [XFAIL, "env.llvm", "partial linking not supported in lld eng/gpr/gpr-issues#428"]

Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ driver: build_run_diff
description: Check that a long help message wraps at the default 80 character limit
control:
- [SKIP, "env.is_cross", "Tests using test.sh currently not supported on cross targets, see T616-039"]
- [XFAIL, "env.llvm", "partial linking not supported in lld eng/gpr/gpr-issues#428"]

Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ driver: build_run_diff
description: Check that long argument name causes the previously default 25 column limit to expand
control:
- [SKIP, "env.is_cross", "Tests using test.sh currently not supported on cross targets, see T616-039"]
- [XFAIL, "env.llvm", "partial linking not supported in lld eng/gpr/gpr-issues#428"]
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ driver: build_run_diff
description: Check that long argument name causes the previously default 25 column limit to shrink
control:
- [SKIP, "env.is_cross", "Tests using test.sh currently not supported on cross targets, see T616-039"]
- [XFAIL, "env.llvm", "partial linking not supported in lld eng/gpr/gpr-issues#428"]
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ driver: build_run_diff
description: Check that custom usage text can be provided for Opt_Parse Options
control:
- [SKIP, "env.is_cross", "Tests using test.sh currently not supported on cross targets, see T616-039"]
- [XFAIL, "env.llvm", "partial linking not supported in lld eng/gpr/gpr-issues#428"]
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ driver: build_run_diff
description: Check that custom usage text can be provided for Opt_Parse Options
control:
- [SKIP, "env.is_cross", "Tests using test.sh currently not supported on cross targets, see T616-039"]
- [XFAIL, "env.llvm", "partial linking not supported in lld eng/gpr/gpr-issues#428"]
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ driver: build_run_diff
description: Check that custom usage text can be provided for Opt_Parse Options
control:
- [SKIP, "env.is_cross", "Tests using test.sh currently not supported on cross targets, see T616-039"]
- [XFAIL, "env.llvm", "partial linking not supported in lld eng/gpr/gpr-issues#428"]
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ driver: build_run_diff
description: Check that custom usage text can be provided for Opt_Parse Options
control:
- [SKIP, "env.is_cross", "Tests using test.sh currently not supported on cross targets, see T616-039"]
- [XFAIL, "env.llvm", "partial linking not supported in lld eng/gpr/gpr-issues#428"]
1 change: 1 addition & 0 deletions testsuite/tests/opt_parse/usage/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ driver: build_run_diff
description: Check that custom usage text can be provided for Opt_Parse Options
control:
- [SKIP, "env.is_cross", "Tests using test.sh currently not supported on cross targets, see T616-039"]
- [XFAIL, "env.llvm", "partial linking not supported in lld eng/gpr/gpr-issues#428"]

0 comments on commit 842ce5e

Please sign in to comment.