-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
questionFurther information is requestedFurther information is requested
Description
On branch json-test-suite running:
mvn test -pl json-compatibility-suitegives:
[ERROR] Run 256: JsonTestSuiteTest.lambda$createTest$0:49 [File y_object_duplicated_key.json should parse successfully]
Expecting code not to raise a throwable but caught
"jdk.sandbox.java.util.json.JsonParseException: The duplicate member name: "a" was already parsed. Location: row 0, col 12.
...
[ERROR] Run 257: JsonTestSuiteTest.lambda$createTest$0:49 [File y_object_duplicated_key_and_value.json should parse successfully]
Expecting code not to raise a throwable but caught
"jdk.sandbox.java.util.json.JsonParseException: The duplicate member name: "a" was already parsed. Location: row 0, col 12.The other tests pass. Not sure if this is a back port but or expected of upstream.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested