Skip to content

Commit

Permalink
XFAIL crashing because of no partial link in lld
Browse files Browse the repository at this point in the history
Disable some tests that fail because of no partial linking in lld.
related issue: eng/gpr/gpr-issues#428
  • Loading branch information
apietrek committed Oct 15, 2024
1 parent 8f6af1f commit 5174273
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 5174273

Please sign in to comment.