Bug 309745
| Summary: | [GStreamer][ARM64] API tests GStreamerTest.gstStructureGetters and GStreamerTest.gstStructureJSONSerializing are failing | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Lauro Moura <lmoura> |
| Component: | WPE WebKit | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | bugs-noreply, philn |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Lauro Moura
GStreamerTest.gstStructureGetters
GStreamerTest.gstStructureJSONSerializing
Failing consistently for at least the last 30 jobs up to 309102@main
**FAIL** GStreamerTest.gstStructureGetters
../../../Tools/TestWebKitAPI/Tests/WebCore/gstreamer/GStreamerTest.cpp:63
Expected equality of these values:
gstStructureGet<int64_t>(structure.get(), "int64-val"_s)
Which is: (4294967286)
-10
**FAIL** GStreamerTest.gstStructureJSONSerializing
../../../Tools/TestWebKitAPI/Tests/WebCore/gstreamer/GStreamerTest.cpp:105
Expected equality of these values:
jsonString
Which is: {"int-val":5,"str-val":"foo","bool-val":1,"uint64-val":{"$biguint":"18014398509481982"},"uint-val":2147483648,"int64-val":{"$bigint":"281470681744026"}}
"{\"int-val\":5,\"str-val\":\"foo\",\"bool-val\":1,\"uint64-val\":{\"$biguint\":\"18014398509481982\"},\"uint-val\":2147483648,\"int64-val\":{\"$bigint\":\"666\"}}"_s
Which is: {"int-val":5,"str-val":"foo","bool-val":1,"uint64-val":{"$biguint":"18014398509481982"},"uint-val":2147483648,"int64-val":{"$bigint":"666"}}
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |