Skip to content

Commit

Permalink
W-10953155: graalvm include all locales (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlischetti authored May 2, 2022
1 parent 00a63b2 commit 498693e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 24 deletions.
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
}
}

0 comments on commit 498693e

Please sign in to comment.