<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>245727</bug_id>
          
          <creation_ts>2022-09-27 06:50:09 -0700</creation_ts>
          <short_desc>[ New Test ] (254620@main):  [ Monterey wk2 ] imported/w3c/web-platform-tests/notifications/idlharness.https.any.sharedworker.html is a consistent failure</short_desc>
          <delta_ts>2022-09-27 15:09:27 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>New Bugs</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>CONFIGURATION CHANGED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>InRadar</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Karl Rackler">rackler</reporter>
          <assigned_to name="Karl Rackler">rackler</assigned_to>
          <cc>cdumez</cc>
    
    <cc>webkit-bot-watchers-bugzilla</cc>
    
    <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1901482</commentid>
    <comment_count>0</comment_count>
    <who name="Karl Rackler">rackler</who>
    <bug_when>2022-09-27 06:50:09 -0700</bug_when>
    <thetext>Description:
imported/w3c/web-platform-tests/notifications/idlharness.https.any.sharedworker.html

The test was added at 254620@main and has been a consistent failure.

Reproduction steps:
I can reproduce this on 254902@main ToT.

Command: 
run-webkit-tests --iterations 50 --exit-after-n-failures 1 --exit-after-n-crashes-or-timeouts 1 -f --no-retry --release  imported/w3c/web-platform-tests/notifications/idlharness.https.any.sharedworker.html

History:
https://results.webkit.org/?suite=layout-tests&amp;test=imported%2Fw3c%2Fweb-platform-tests%2Fnotifications%2Fidlharness.https.any.sharedworker.html&amp;version_name=Monterey&amp;limit=50000

DIFF:
@@ -61,6 +61,6 @@
 FAIL Notification interface: notification must inherit property &quot;actions&quot; with the proper type assert_equals: Unexpected exception when evaluating object expected null but got object &quot;ReferenceError: Can&apos;t find variable: notification&quot;
 FAIL Notification interface: notification must inherit property &quot;close()&quot; with the proper type assert_equals: Unexpected exception when evaluating object expected null but got object &quot;ReferenceError: Can&apos;t find variable: notification&quot;
 PASS NotificationEvent interface: existence and properties of interface object
-PASS ServiceWorkerRegistration interface: operation showNotification(DOMString, optional NotificationOptions)
-PASS ServiceWorkerRegistration interface: operation getNotifications(optional GetNotificationOptions)
+FAIL ServiceWorkerRegistration interface: operation showNotification(DOMString, optional NotificationOptions) assert_own_property: interface prototype object missing non-static operation expected property &quot;showNotification&quot; missing
+FAIL ServiceWorkerRegistration interface: operation getNotifications(optional GetNotificationOptions) assert_own_property: interface prototype object missing non-static operation expected property &quot;getNotifications&quot; missing</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1901484</commentid>
    <comment_count>1</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2022-09-27 06:50:58 -0700</bug_when>
    <thetext>&lt;rdar://problem/100457001&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1901485</commentid>
    <comment_count>2</comment_count>
    <who name="Karl Rackler">rackler</who>
    <bug_when>2022-09-27 06:52:32 -0700</bug_when>
    <thetext>I have marked this test as a consistent failure while this issue is investigated.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1901490</commentid>
    <comment_count>3</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2022-09-27 07:03:54 -0700</bug_when>
    <thetext>Test gardening commit 254909@main (341d248459f6): &lt;https://commits.webkit.org/254909@main&gt;

Reviewed commits have been landed. Closing PR #4748 and removing active labels.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1901518</commentid>
    <comment_count>4</comment_count>
    <who name="Chris Dumez">cdumez</who>
    <bug_when>2022-09-27 08:12:09 -0700</bug_when>
    <thetext>This feature is only available on macOS 13+ so this just needs a platform-specific baseline:
```
#if ENABLE(SERVICE_WORKER) &amp;&amp; ENABLE(NOTIFICATIONS) \
    &amp;&amp; ((PLATFORM(MAC) &amp;&amp; __MAC_OS_X_VERSION_MIN_REQUIRED &gt;= 130000) || (PLATFORM(GTK) || PLATFORM(WPE)))
#if !defined(ENABLE_NOTIFICATION_EVENT)
#define ENABLE_NOTIFICATION_EVENT 1
#endif
#endif
```</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1901581</commentid>
    <comment_count>5</comment_count>
    <who name="Karl Rackler">rackler</who>
    <bug_when>2022-09-27 11:21:58 -0700</bug_when>
    <thetext>adding Monterey-specific baseline</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1901587</commentid>
    <comment_count>6</comment_count>
    <who name="Karl Rackler">rackler</who>
    <bug_when>2022-09-27 12:02:03 -0700</bug_when>
    <thetext>Pull request: https://github.com/WebKit/WebKit/pull/4765</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1901589</commentid>
    <comment_count>7</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2022-09-27 12:05:13 -0700</bug_when>
    <thetext>Test gardening commit 254927@main (356c4a2e2a29): &lt;https://commits.webkit.org/254927@main&gt;

Reviewed commits have been landed. Closing PR #4765 and removing active labels.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1901621</commentid>
    <comment_count>8</comment_count>
    <who name="Karl Rackler">rackler</who>
    <bug_when>2022-09-27 15:09:27 -0700</bug_when>
    <thetext>Verified after adding Monterey-specific baseline at 254927@main test is consistently passing.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>