Title: [287102] trunk/LayoutTests
Revision
287102
Author
ryanhad...@apple.com
Date
2021-12-15 13:13:03 -0800 (Wed, 15 Dec 2021)

Log Message

PCM: Remove old DB update and migration code, and add a unit test for destination token DB columns
https://bugs.webkit.org/show_bug.cgi?id=234281

Unreviewed test gardening.

Rebaseline tests for iOS.

* platform/ios/http/tests/privateClickMeasurement/attribution-conversion-through-fetch-keepalive-expected.txt:
* platform/ios/http/tests/privateClickMeasurement/attribution-conversion-through-image-redirect-ephemeral-expected.txt:
* platform/ios/http/tests/privateClickMeasurement/attribution-conversion-through-image-redirect-in-new-window-expected.txt:
* platform/ios/http/tests/privateClickMeasurement/attribution-conversion-through-image-redirect-with-priority-expected.txt:
* platform/ios/http/tests/privateClickMeasurement/attribution-conversion-through-image-redirect-without-priority-expected.txt:
* platform/ios/http/tests/privateClickMeasurement/second-attribution-converted-with-higher-priority-expected.txt:
* platform/ios/http/tests/privateClickMeasurement/second-attribution-converted-with-lower-priority-expected.txt:
* platform/ios/http/tests/privateClickMeasurement/second-conversion-with-higher-priority-expected.txt:
* platform/ios/http/tests/privateClickMeasurement/second-conversion-with-lower-priority-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (287101 => 287102)


--- trunk/LayoutTests/ChangeLog	2021-12-15 21:10:17 UTC (rev 287101)
+++ trunk/LayoutTests/ChangeLog	2021-12-15 21:13:03 UTC (rev 287102)
@@ -1,3 +1,22 @@
+2021-12-15  Ryan Haddad  <ryanhad...@apple.com>
+
+        PCM: Remove old DB update and migration code, and add a unit test for destination token DB columns
+        https://bugs.webkit.org/show_bug.cgi?id=234281
+
+        Unreviewed test gardening.
+
+        Rebaseline tests for iOS.
+
+        * platform/ios/http/tests/privateClickMeasurement/attribution-conversion-through-fetch-keepalive-expected.txt:
+        * platform/ios/http/tests/privateClickMeasurement/attribution-conversion-through-image-redirect-ephemeral-expected.txt:
+        * platform/ios/http/tests/privateClickMeasurement/attribution-conversion-through-image-redirect-in-new-window-expected.txt:
+        * platform/ios/http/tests/privateClickMeasurement/attribution-conversion-through-image-redirect-with-priority-expected.txt:
+        * platform/ios/http/tests/privateClickMeasurement/attribution-conversion-through-image-redirect-without-priority-expected.txt:
+        * platform/ios/http/tests/privateClickMeasurement/second-attribution-converted-with-higher-priority-expected.txt:
+        * platform/ios/http/tests/privateClickMeasurement/second-attribution-converted-with-lower-priority-expected.txt:
+        * platform/ios/http/tests/privateClickMeasurement/second-conversion-with-higher-priority-expected.txt:
+        * platform/ios/http/tests/privateClickMeasurement/second-conversion-with-lower-priority-expected.txt:
+
 2021-12-15  Arcady Goldmints-Orlov  <agoldmi...@igalia.com>
 
         [GLIB] Update test expectations and baselines. Unreviewed test gardening.

Modified: trunk/LayoutTests/platform/ios/http/tests/privateClickMeasurement/attribution-conversion-through-fetch-keepalive-expected.txt (287101 => 287102)


--- trunk/LayoutTests/platform/ios/http/tests/privateClickMeasurement/attribution-conversion-through-fetch-keepalive-expected.txt	2021-12-15 21:10:17 UTC (rev 287101)
+++ trunk/LayoutTests/platform/ios/http/tests/privateClickMeasurement/attribution-conversion-through-fetch-keepalive-expected.txt	2021-12-15 21:13:03 UTC (rev 287102)
@@ -12,4 +12,5 @@
 Attribution trigger data: 12
 Attribution priority: 0
 Attribution earliest time to send: Within 24-48 hours
+Destination token: Not set
 Application bundle identifier: org.webkit.WebKitTestRunnerApp

Modified: trunk/LayoutTests/platform/ios/http/tests/privateClickMeasurement/attribution-conversion-through-image-redirect-ephemeral-expected.txt (287101 => 287102)


--- trunk/LayoutTests/platform/ios/http/tests/privateClickMeasurement/attribution-conversion-through-image-redirect-ephemeral-expected.txt	2021-12-15 21:10:17 UTC (rev 287101)
+++ trunk/LayoutTests/platform/ios/http/tests/privateClickMeasurement/attribution-conversion-through-image-redirect-ephemeral-expected.txt	2021-12-15 21:13:03 UTC (rev 287102)
@@ -9,4 +9,5 @@
 Attribution trigger data: 12
 Attribution priority: 0
 Attribution earliest time to send: Within 24-48 hours
+Destination token: Not set
 Application bundle identifier: org.webkit.WebKitTestRunnerApp

Modified: trunk/LayoutTests/platform/ios/http/tests/privateClickMeasurement/attribution-conversion-through-image-redirect-in-new-window-expected.txt (287101 => 287102)


--- trunk/LayoutTests/platform/ios/http/tests/privateClickMeasurement/attribution-conversion-through-image-redirect-in-new-window-expected.txt	2021-12-15 21:10:17 UTC (rev 287101)
+++ trunk/LayoutTests/platform/ios/http/tests/privateClickMeasurement/attribution-conversion-through-image-redirect-in-new-window-expected.txt	2021-12-15 21:13:03 UTC (rev 287102)
@@ -9,4 +9,5 @@
 Attribution trigger data: 12
 Attribution priority: 3
 Attribution earliest time to send: Within 24-48 hours
+Destination token: Not set
 Application bundle identifier: org.webkit.WebKitTestRunnerApp

Modified: trunk/LayoutTests/platform/ios/http/tests/privateClickMeasurement/attribution-conversion-through-image-redirect-with-priority-expected.txt (287101 => 287102)


--- trunk/LayoutTests/platform/ios/http/tests/privateClickMeasurement/attribution-conversion-through-image-redirect-with-priority-expected.txt	2021-12-15 21:10:17 UTC (rev 287101)
+++ trunk/LayoutTests/platform/ios/http/tests/privateClickMeasurement/attribution-conversion-through-image-redirect-with-priority-expected.txt	2021-12-15 21:13:03 UTC (rev 287102)
@@ -9,4 +9,5 @@
 Attribution trigger data: 12
 Attribution priority: 3
 Attribution earliest time to send: Within 24-48 hours
+Destination token: Not set
 Application bundle identifier: org.webkit.WebKitTestRunnerApp

Modified: trunk/LayoutTests/platform/ios/http/tests/privateClickMeasurement/attribution-conversion-through-image-redirect-without-priority-expected.txt (287101 => 287102)


--- trunk/LayoutTests/platform/ios/http/tests/privateClickMeasurement/attribution-conversion-through-image-redirect-without-priority-expected.txt	2021-12-15 21:10:17 UTC (rev 287101)
+++ trunk/LayoutTests/platform/ios/http/tests/privateClickMeasurement/attribution-conversion-through-image-redirect-without-priority-expected.txt	2021-12-15 21:13:03 UTC (rev 287102)
@@ -9,4 +9,5 @@
 Attribution trigger data: 12
 Attribution priority: 0
 Attribution earliest time to send: Within 24-48 hours
+Destination token: Not set
 Application bundle identifier: org.webkit.WebKitTestRunnerApp

Modified: trunk/LayoutTests/platform/ios/http/tests/privateClickMeasurement/second-attribution-converted-with-higher-priority-expected.txt (287101 => 287102)


--- trunk/LayoutTests/platform/ios/http/tests/privateClickMeasurement/second-attribution-converted-with-higher-priority-expected.txt	2021-12-15 21:10:17 UTC (rev 287101)
+++ trunk/LayoutTests/platform/ios/http/tests/privateClickMeasurement/second-attribution-converted-with-higher-priority-expected.txt	2021-12-15 21:13:03 UTC (rev 287102)
@@ -9,4 +9,5 @@
 Attribution trigger data: 12
 Attribution priority: 4
 Attribution earliest time to send: Within 24-48 hours
+Destination token: Not set
 Application bundle identifier: org.webkit.WebKitTestRunnerApp

Modified: trunk/LayoutTests/platform/ios/http/tests/privateClickMeasurement/second-attribution-converted-with-lower-priority-expected.txt (287101 => 287102)


--- trunk/LayoutTests/platform/ios/http/tests/privateClickMeasurement/second-attribution-converted-with-lower-priority-expected.txt	2021-12-15 21:10:17 UTC (rev 287101)
+++ trunk/LayoutTests/platform/ios/http/tests/privateClickMeasurement/second-attribution-converted-with-lower-priority-expected.txt	2021-12-15 21:13:03 UTC (rev 287102)
@@ -9,4 +9,5 @@
 Attribution trigger data: 12
 Attribution priority: 4
 Attribution earliest time to send: Within 24-48 hours
+Destination token: Not set
 Application bundle identifier: org.webkit.WebKitTestRunnerApp

Modified: trunk/LayoutTests/platform/ios/http/tests/privateClickMeasurement/second-conversion-with-higher-priority-expected.txt (287101 => 287102)


--- trunk/LayoutTests/platform/ios/http/tests/privateClickMeasurement/second-conversion-with-higher-priority-expected.txt	2021-12-15 21:10:17 UTC (rev 287101)
+++ trunk/LayoutTests/platform/ios/http/tests/privateClickMeasurement/second-conversion-with-higher-priority-expected.txt	2021-12-15 21:13:03 UTC (rev 287102)
@@ -9,4 +9,5 @@
 Attribution trigger data: 12
 Attribution priority: 4
 Attribution earliest time to send: Within 24-48 hours
+Destination token: Not set
 Application bundle identifier: org.webkit.WebKitTestRunnerApp

Modified: trunk/LayoutTests/platform/ios/http/tests/privateClickMeasurement/second-conversion-with-lower-priority-expected.txt (287101 => 287102)


--- trunk/LayoutTests/platform/ios/http/tests/privateClickMeasurement/second-conversion-with-lower-priority-expected.txt	2021-12-15 21:10:17 UTC (rev 287101)
+++ trunk/LayoutTests/platform/ios/http/tests/privateClickMeasurement/second-conversion-with-lower-priority-expected.txt	2021-12-15 21:13:03 UTC (rev 287102)
@@ -9,4 +9,5 @@
 Attribution trigger data: 12
 Attribution priority: 4
 Attribution earliest time to send: Within 24-48 hours
+Destination token: Not set
 Application bundle identifier: org.webkit.WebKitTestRunnerApp
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to