Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

W-10953155: graalvm include all locales #33

Merged
merged 1 commit into from
May 2, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -317,16 +317,6 @@ class NativeCliRuntimeIT extends FunSpec
"coerciones_toString",
"date-coercion"
) ++
// Fail number formatter
Array("coerciones_toNumber",
"number-conversion") ++
// DW out not includes content-type at output
Array("dfl-inline-default-namespace",
"dfl-inline-namespace",
"dfl-maxCollectionSize",
"dfl-overwrite-namespace",
"xml-nill-multiple-attributes-nested",
"xml-nill-multiple-attributes") ++
// Use resources (dwl files) that is present in the Tests but not in Cli (e.g: org::mule::weave::v2::libs::)
Array("full-qualified-name-ref",
"import-component-alias-lib",
Expand All @@ -353,22 +343,12 @@ class NativeCliRuntimeIT extends FunSpec
"java-interop-function-call",
"write-function-with-null"
) ++
// boundary configuration property is missing.
Array("multipart-access-unknown-content-type",
"multipart-class-cast-issue",
"multipart-empty-body",
"multipart-mixed-complex-scenario",
"multipart-read-message",
"multipart-schema-access",
"multipart-base64-to-multipart"
) ++
// form-data did not equal inline
Array("multipart-mixed-complex-scenario") ++
// Multipart Object has empty `parts` and expects at least one part
Array("multipart-write-message",
Array("multipart-write-message",
"multipart-mixed-message",
"multipart-write-subtype-override") ++
// javax.mail.internet.ParseException - Missing start boundary
Array("multipart_binary_nocontent_type",
"multipart_binary_other_default_content_type") ++
// Fail pattern match on complex object
Array("pattern-match-complex-type") ++
// DataFormats
Expand Down
1 change: 1 addition & 0 deletions native-cli/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ graal {
option "-H:CompilationExpirationPeriod=0"
option "--trace-object-instantiation=java.util.Random"
option "-H:+AddAllCharsets"
option "-H:+IncludeAllLocales"
// option "-H:+DashboardAll"
// option "-H:DashboardDump=/Users/mdeachaval/labs/palantir/weave-native-library/native-cli/dump"
// option "-H:+PrintImageObjectTree"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ class DataWeaveCLITest extends FreeSpec with Matchers {
| "fullName": "Mariano Lischetti"
|}
""".stripMargin.trim
println(result)
result shouldBe expected
}
}