mirror of
https://github.com/apple/pkl.git
synced 2026-07-12 16:12:42 +02:00
Exclude thrown ascii filename error from native tests (#737)
The URI encoding is not predictable here.
This commit is contained in:
@@ -199,6 +199,8 @@ abstract class AbstractNativeLanguageSnippetTestsEngine : AbstractLanguageSnippe
|
|||||||
// executable)
|
// executable)
|
||||||
// on the other hand, don't exclude /native/
|
// on the other hand, don't exclude /native/
|
||||||
Regex(".*/import1b\\.pkl"),
|
Regex(".*/import1b\\.pkl"),
|
||||||
|
// URIs get rendered slightly differently (percent-encoded vs raw)
|
||||||
|
Regex(".*日本語_error\\.pkl")
|
||||||
)
|
)
|
||||||
|
|
||||||
/** Avoid running tests for native binaries when those native binaries have not been built. */
|
/** Avoid running tests for native binaries when those native binaries have not been built. */
|
||||||
|
|||||||
Reference in New Issue
Block a user