From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann --- ...able-report-no-contributions.sub.https.html.ini | 17 +++++++ .../request-format.sub.https.html.ini | 54 ++++++++++++++++++++++ .../simple-verbose-debug-report.sub.https.html.ini | 17 +++++++ 3 files changed, 88 insertions(+) create mode 100644 testing/web-platform/meta/attribution-reporting/aggregatable-report-no-contributions.sub.https.html.ini create mode 100644 testing/web-platform/meta/attribution-reporting/request-format.sub.https.html.ini create mode 100644 testing/web-platform/meta/attribution-reporting/simple-verbose-debug-report.sub.https.html.ini (limited to 'testing/web-platform/meta/attribution-reporting') diff --git a/testing/web-platform/meta/attribution-reporting/aggregatable-report-no-contributions.sub.https.html.ini b/testing/web-platform/meta/attribution-reporting/aggregatable-report-no-contributions.sub.https.html.ini new file mode 100644 index 0000000000..5c7c8bb062 --- /dev/null +++ b/testing/web-platform/meta/attribution-reporting/aggregatable-report-no-contributions.sub.https.html.ini @@ -0,0 +1,17 @@ +[aggregatable-report-no-contributions.sub.https.html] + expected: + if (os == "win") and ccov: OK + if not debug and (os == "linux") and (processor == "x86_64") and fission: [TIMEOUT, OK] + if not debug and (os == "linux") and (processor == "x86_64") and not fission: [TIMEOUT, OK] + if not debug and (os == "linux") and (processor == "x86"): TIMEOUT + if not debug and (os == "mac"): [TIMEOUT, OK] + if not debug and (os == "win"): TIMEOUT + [Aggregatable report is not created due to no contributions.] + expected: + if (os == "win") and ccov: FAIL + if not debug and (os == "linux") and (processor == "x86_64") and not fission: [TIMEOUT, FAIL] + if not debug and (os == "linux") and (processor == "x86_64") and fission: [TIMEOUT, FAIL] + if not debug and (os == "linux") and (processor == "x86"): TIMEOUT + if not debug and (os == "win"): TIMEOUT + if not debug and (os == "mac"): [TIMEOUT, FAIL] + FAIL diff --git a/testing/web-platform/meta/attribution-reporting/request-format.sub.https.html.ini b/testing/web-platform/meta/attribution-reporting/request-format.sub.https.html.ini new file mode 100644 index 0000000000..b454403adf --- /dev/null +++ b/testing/web-platform/meta/attribution-reporting/request-format.sub.https.html.ini @@ -0,0 +1,54 @@ +[request-format.sub.https.html?method=img&expected-eligible=event-source, trigger] + [attributionsrc request has the proper format.] + expected: FAIL + + +[request-format.sub.https.html?method=fetch] + [attributionsrc request has the proper format.] + expected: + if (os == "linux") and debug and fission and swgl: [PASS, FAIL] + if (os == "win") and swgl: [PASS, FAIL] + if (os == "linux") and not debug: [PASS, FAIL] + + +[request-format.sub.https.html?method=a&expected-eligible=navigation-source] + [attributionsrc request has the proper format.] + expected: FAIL + + +[request-format.sub.https.html?method=fetch&eligible={"eventSourceEligible":true,"triggerEligible":false}&expected-eligible=event-source] + [attributionsrc request has the proper format.] + expected: FAIL + + +[request-format.sub.https.html?method=script&expected-eligible=event-source, trigger] + [attributionsrc request has the proper format.] + expected: FAIL + + +[request-format.sub.https.html?method=img&eligible&expected-eligible=event-source, trigger] + [attributionsrc request has the proper format.] + expected: FAIL + + +[request-format.sub.https.html?method=xhr&eligible={"eventSourceEligible":true,"triggerEligible":false}&expected-eligible=event-source] + [attributionsrc request has the proper format.] + expected: FAIL + + +[request-format.sub.https.html?method=xhr] + [attributionsrc request has the proper format.] + expected: + if not debug and (os == "android"): PASS + if debug: PASS + [PASS, FAIL] + + +[request-format.sub.https.html?method=script&eligible&expected-eligible=event-source, trigger] + [attributionsrc request has the proper format.] + expected: FAIL + + +[request-format.sub.https.html?method=open&expected-eligible=navigation-source] + [attributionsrc request has the proper format.] + expected: FAIL diff --git a/testing/web-platform/meta/attribution-reporting/simple-verbose-debug-report.sub.https.html.ini b/testing/web-platform/meta/attribution-reporting/simple-verbose-debug-report.sub.https.html.ini new file mode 100644 index 0000000000..71f291cc17 --- /dev/null +++ b/testing/web-platform/meta/attribution-reporting/simple-verbose-debug-report.sub.https.html.ini @@ -0,0 +1,17 @@ +[simple-verbose-debug-report.sub.https.html] + expected: + if (os == "win") and ccov: OK + if not debug and (os == "linux") and (processor == "x86_64") and not fission: [TIMEOUT, OK] + if not debug and (os == "linux") and (processor == "x86_64") and fission: [TIMEOUT, OK] + if not debug and (os == "linux") and (processor == "x86"): TIMEOUT + if not debug and (os == "mac"): [TIMEOUT, OK] + if not debug and (os == "win"): TIMEOUT + [Verbose debug report is received.] + expected: + if (os == "win") and ccov: FAIL + if not debug and (os == "linux") and (processor == "x86_64") and not fission: [TIMEOUT, FAIL] + if not debug and (os == "linux") and (processor == "x86_64") and fission: [TIMEOUT, FAIL] + if not debug and (os == "linux") and (processor == "x86"): TIMEOUT + if not debug and (os == "mac"): [TIMEOUT, FAIL] + if not debug and (os == "win"): TIMEOUT + FAIL -- cgit v1.2.3