mirror of
https://github.com/apple/pkl.git
synced 2026-03-25 18:41:18 +01: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)
|
||||
// on the other hand, don't exclude /native/
|
||||
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. */
|
||||
|
||||
Reference in New Issue
Block a user