[
https://issues.apache.org/jira/browse/GROOVY-11998?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18078648#comment-18078648
]
ASF GitHub Bot commented on GROOVY-11998:
-----------------------------------------
testlens-app[bot] commented on PR #2518:
URL: https://github.com/apache/groovy/pull/2518#issuecomment-4387168136
## 🚨 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 \(17,
macos-latest\)](https://github.com/apache/groovy/actions/runs/25429747516/job/74592571067?pr=2518)
| :groovy-test-junit6:test | ExpectedToFailTest >
outerOrdering\_failurePropagatesFromForkAndIsInverted\(\) | ❌ |
🏷️ Commit: b154bbc38b569c92cbcd2f319d6bdb4f14583559
▶️ Tests: 35843 executed
🟡 Checks: 4/24 completed
### Test Failure
<details>
<summary><strong>ExpectedToFailTest >
outerOrdering_failurePropagatesFromForkAndIsInverted()</strong>
(:groovy-test-junit6:test in <a
href="https://github.com/apache/groovy/actions/runs/25429747516/job/74592571067?pr=2518">Build
and test / lts (17, macos-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)