Skip to content
Open
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
4 changes: 2 additions & 2 deletions docs/website/data/port_status.json
Original file line number Diff line number Diff line change
Expand Up @@ -304,8 +304,8 @@
"id": "java-standard-apis",
"category": "Application runtime",
"name": "Java standard APIs",
"description": "Checks streams, strings, time, monotonic time, floating-point conversion, and Java 17 language/runtime support.",
"tests": ["FloatingToStringTest", "Java17Tests", "NanoTimeApiTest", "StreamApiTest", "StringApiTest", "TimeApiTest"]
"description": "Checks streams, strings, string formatting, time, monotonic time, floating-point conversion, and Java 17 language/runtime support.",
"tests": ["FloatingToStringTest", "Java17Tests", "NanoTimeApiTest", "StreamApiTest", "StringApiTest", "StringFormatTest", "TimeApiTest"]
},
{
"id": "threading",
Expand Down
6 changes: 5 additions & 1 deletion docs/website/data/port_status_reports/android.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"suite_finished": true,
"summary": {
"fail": 0,
"not-run": 5,
"not-run": 6,
"pass": 164,
"skip": 1
},
Expand Down Expand Up @@ -551,6 +551,10 @@
"feature": "java-standard-apis",
"status": "pass"
},
"StringFormatTest": {
"feature": "java-standard-apis",
"status": "not-run"
},
"StrokeTest": {
"feature": "graphics-shapes-strokes",
"status": "pass"
Expand Down
6 changes: 5 additions & 1 deletion docs/website/data/port_status_reports/ios-gl.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"suite_finished": true,
"summary": {
"fail": 0,
"not-run": 5,
"not-run": 6,
"pass": 163,
"skip": 2
},
Expand Down Expand Up @@ -551,6 +551,10 @@
"feature": "java-standard-apis",
"status": "pass"
},
"StringFormatTest": {
"feature": "java-standard-apis",
"status": "not-run"
},
"StrokeTest": {
"feature": "graphics-shapes-strokes",
"status": "pass"
Expand Down
6 changes: 5 additions & 1 deletion docs/website/data/port_status_reports/ios-metal.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"suite_finished": true,
"summary": {
"fail": 0,
"not-run": 5,
"not-run": 6,
"pass": 163,
"skip": 2
},
Expand Down Expand Up @@ -551,6 +551,10 @@
"feature": "java-standard-apis",
"status": "pass"
},
"StringFormatTest": {
"feature": "java-standard-apis",
"status": "not-run"
},
"StrokeTest": {
"feature": "graphics-shapes-strokes",
"status": "pass"
Expand Down
6 changes: 5 additions & 1 deletion docs/website/data/port_status_reports/javascript.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"suite_finished": true,
"summary": {
"fail": 0,
"not-run": 5,
"not-run": 6,
"pass": 164,
"skip": 1
},
Expand Down Expand Up @@ -551,6 +551,10 @@
"feature": "java-standard-apis",
"status": "pass"
},
"StringFormatTest": {
"feature": "java-standard-apis",
"status": "not-run"
},
"StrokeTest": {
"feature": "graphics-shapes-strokes",
"status": "pass"
Expand Down
6 changes: 5 additions & 1 deletion docs/website/data/port_status_reports/linux-arm64.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"suite_finished": false,
"summary": {
"fail": 0,
"not-run": 5,
"not-run": 6,
"pass": 165,
"skip": 0
},
Expand Down Expand Up @@ -548,6 +548,10 @@
"feature": "java-standard-apis",
"status": "pass"
},
"StringFormatTest": {
"feature": "java-standard-apis",
"status": "not-run"
},
"StrokeTest": {
"feature": "graphics-shapes-strokes",
"status": "pass"
Expand Down
6 changes: 5 additions & 1 deletion docs/website/data/port_status_reports/linux-x64.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"suite_finished": false,
"summary": {
"fail": 0,
"not-run": 5,
"not-run": 6,
"pass": 165,
"skip": 0
},
Expand Down Expand Up @@ -548,6 +548,10 @@
"feature": "java-standard-apis",
"status": "pass"
},
"StringFormatTest": {
"feature": "java-standard-apis",
"status": "not-run"
},
"StrokeTest": {
"feature": "graphics-shapes-strokes",
"status": "pass"
Expand Down
6 changes: 5 additions & 1 deletion docs/website/data/port_status_reports/mac-native.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"suite_finished": true,
"summary": {
"fail": 0,
"not-run": 5,
"not-run": 6,
"pass": 163,
"skip": 2
},
Expand Down Expand Up @@ -551,6 +551,10 @@
"feature": "java-standard-apis",
"status": "pass"
},
"StringFormatTest": {
"feature": "java-standard-apis",
"status": "not-run"
},
"StrokeTest": {
"feature": "graphics-shapes-strokes",
"status": "pass"
Expand Down
6 changes: 5 additions & 1 deletion docs/website/data/port_status_reports/tvos.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"suite_finished": true,
"summary": {
"fail": 0,
"not-run": 5,
"not-run": 6,
"pass": 163,
"skip": 2
},
Expand Down Expand Up @@ -551,6 +551,10 @@
"feature": "java-standard-apis",
"status": "pass"
},
"StringFormatTest": {
"feature": "java-standard-apis",
"status": "not-run"
},
"StrokeTest": {
"feature": "graphics-shapes-strokes",
"status": "pass"
Expand Down
6 changes: 5 additions & 1 deletion docs/website/data/port_status_reports/watchos.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"suite_finished": true,
"summary": {
"fail": 0,
"not-run": 5,
"not-run": 6,
"pass": 163,
"skip": 2
},
Expand Down Expand Up @@ -551,6 +551,10 @@
"feature": "java-standard-apis",
"status": "pass"
},
"StringFormatTest": {
"feature": "java-standard-apis",
"status": "not-run"
},
"StrokeTest": {
"feature": "graphics-shapes-strokes",
"status": "pass"
Expand Down
6 changes: 5 additions & 1 deletion docs/website/data/port_status_reports/windows-arm64.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"suite_finished": false,
"summary": {
"fail": 0,
"not-run": 5,
"not-run": 6,
"pass": 165,
"skip": 0
},
Expand Down Expand Up @@ -548,6 +548,10 @@
"feature": "java-standard-apis",
"status": "pass"
},
"StringFormatTest": {
"feature": "java-standard-apis",
"status": "not-run"
},
"StrokeTest": {
"feature": "graphics-shapes-strokes",
"status": "pass"
Expand Down
6 changes: 5 additions & 1 deletion docs/website/data/port_status_reports/windows-x64.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"suite_finished": false,
"summary": {
"fail": 0,
"not-run": 5,
"not-run": 6,
"pass": 165,
"skip": 0
},
Expand Down Expand Up @@ -548,6 +548,10 @@
"feature": "java-standard-apis",
"status": "pass"
},
"StringFormatTest": {
"feature": "java-standard-apis",
"status": "not-run"
},
"StrokeTest": {
"feature": "graphics-shapes-strokes",
"status": "pass"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,7 @@ private static int testTimeoutMs(BaseTest testClass) {
new TimeApiTest(),
new NanoTimeApiTest(),
new FloatingToStringTest(),
new StringFormatTest(),
new ClipboardRoundTripTest(),
// External surfaces assertion tests (no screenshots): the serializer wire format
// round-tripped through JSONParser on the device VM, the timeline-selection helpers
Expand Down
Loading
Loading