[PR #131] [MERGED] Don't run JUnit tests for non-existing native executables #420

Closed
opened 2025-12-30 01:24:23 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/apple/pkl/pull/131
Author: @odenix
Created: 2/12/2024
Status: Merged
Merged: 2/13/2024
Merged by: @holzensp

Base: mainHead: native-tests


📝 Commits (2)

  • 43144fb Don't run JUnit tests for non-existing native executables
  • 6ae743d Update pkl-core/src/test/kotlin/org/pkl/core/LanguageSnippetTestsEngine.kt

📊 Changes

1 file changed (+17 additions, -0 deletions)

View changed files

📝 pkl-core/src/test/kotlin/org/pkl/core/LanguageSnippetTestsEngine.kt (+17 -0)

📄 Description

This allows to "Run all Tests" in IntelliJ without getting lots of test errors because "pkl-alpine-linux-amd64" etc. doesn't exist.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/apple/pkl/pull/131 **Author:** [@odenix](https://github.com/odenix) **Created:** 2/12/2024 **Status:** ✅ Merged **Merged:** 2/13/2024 **Merged by:** [@holzensp](https://github.com/holzensp) **Base:** `main` ← **Head:** `native-tests` --- ### 📝 Commits (2) - [`43144fb`](https://github.com/apple/pkl/commit/43144fbb5e27086ee356176685e1a846830e4e98) Don't run JUnit tests for non-existing native executables - [`6ae743d`](https://github.com/apple/pkl/commit/6ae743d274520c5355e2dc21437eddf032fed786) Update pkl-core/src/test/kotlin/org/pkl/core/LanguageSnippetTestsEngine.kt ### 📊 Changes **1 file changed** (+17 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `pkl-core/src/test/kotlin/org/pkl/core/LanguageSnippetTestsEngine.kt` (+17 -0) </details> ### 📄 Description This allows to "Run all Tests" in IntelliJ without getting lots of test errors because "pkl-alpine-linux-amd64" etc. doesn't exist. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-30 01:24:23 +01:00
adam closed this issue 2025-12-30 01:24:23 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pkl#420