[
https://issues.apache.org/jira/browse/GROOVY-11998?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18078634#comment-18078634
]
ASF GitHub Bot commented on GROOVY-11998:
-----------------------------------------
testlens-app[bot] commented on PR #2518:
URL: https://github.com/apache/groovy/pull/2518#issuecomment-4386674277
## 🚨 TestLens detected 1 failed tests 🚨
Here is what you can do:
1) Inspect the test failures carefully.
2) If you are convinced that some of the tests are flaky, you can mute them
below.
3) Finally, trigger a rerun by checking the rerun checkbox.
### Test Summary
| Check | Project/Task | Test | Runs |
|---|---|---|---|
| [Build and test / lts \(21,
ubuntu-latest\)](https://github.com/apache/groovy/actions/runs/25426272731/job/74580389843?pr=2518)
| :groovy-test-junit6:test | ExpectedToFailTest >
outerOrdering\_failurePropagatesFromForkAndIsInverted\(\) | ❌ |
🏷️ Commit: d94edeee6eb65fe70f09a330ddb2cc4f34b100d3
▶️ Tests: 38117 executed
🟡 Checks: 8/20 completed
### Test Failure
<details>
<summary><strong>ExpectedToFailTest >
outerOrdering_failurePropagatesFromForkAndIsInverted()</strong>
(:groovy-test-junit6:test in <a
href="https://github.com/apache/groovy/actions/runs/25426272731/job/74580389843?pr=2518">Build
and test / lts (21, ubuntu-latest)</a>)</summary>
```
java.lang.AssertionError: forked failure round-trips
at
ExpectedToFailTest.outerOrdering_failurePropagatesFromForkAndIsInverted(ExpectedToFailTest.groovy:78)
```
</details>
### Muted Tests
> [!NOTE]
> Checks are currently running using the configuration below.
Select tests to mute in this pull request:
🔲 ExpectedToFailTest >
outerOrdering\_failurePropagatesFromForkAndIsInverted\(\) <!
> Better support of intersection types
> ------------------------------------
>
> Key: GROOVY-11998
> URL: https://issues.apache.org/jira/browse/GROOVY-11998
> Project: Groovy
> Issue Type: Improvement
> Reporter: Paul King
> Priority: Major
>
> E.g. to support
> {code:java}
> Runnable r = (Runnable & Serializable) () -> System.out.println("please
> serialize this message");
> {code}
> from here:
> https://www.baeldung.com/java-serialize-lambda
--
This message was sent by Atlassian Jira
(v8.20.10#820010)