Bug 208202 - REGRESSION: (r257289) [ macOS ] fast/dom/navigator-detached-no-crash.html is failing
Summary: REGRESSION: (r257289) [ macOS ] fast/dom/navigator-detached-no-crash.html is ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-02-25 09:01 PST by Jacob Uphoff
Modified: 2020-02-25 12:14 PST (History)
5 users (show)

See Also:


Attachments
Patch (1.70 KB, patch)
2020-02-25 10:39 PST, Nikos Mouchtaris
no flags Details | Formatted Diff | Diff
Patch (1.84 KB, patch)
2020-02-25 11:13 PST, Nikos Mouchtaris
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jacob Uphoff 2020-02-25 09:01:13 PST
fast/dom/navigator-detached-no-crash.html

This test started to fail on Catalina & Mojave wk2 Debug & GPUProcess after commit r257289

I was able to reproduce this 100% of the time by running the test in iterations with the command 'run-webkit-tests --root debug-257289 fast/dom/navigator-detached-no-crash.html --debug -f --iterations 5' 

This test did not reproduce on commit r257288 and reproduces 100% on r257289.

History:

https://results.webkit.org/?suite=layout-tests&test=fast%2Fdom%2Fnavigator-detached-no-crash.html

Diff:

--- /Volumes/Data/slave/mojave-debug-tests-wk2/build/layout-test-results/fast/dom/navigator-detached-no-crash-expected.txt
+++ /Volumes/Data/slave/mojave-debug-tests-wk2/build/layout-test-results/fast/dom/navigator-detached-no-crash-actual.txt
@@ -6,6 +6,7 @@
 navigator.appCodeName is OK
 navigator.appName is OK
 navigator.appVersion is OK
+navigator.canShare() is OK
 navigator.clipboard is OK
 navigator.cookieEnabled is OK
 navigator.credentials is OK
@@ -36,6 +37,7 @@
 navigator.appCodeName is OK
 navigator.appName is OK
 navigator.appVersion is OK
+navigator.canShare() is OK
 navigator.clipboard is OK
 navigator.cookieEnabled is OK
 navigator.credentials is OK
Comment 1 Radar WebKit Bug Importer 2020-02-25 09:01:36 PST
<rdar://problem/59766112>
Comment 2 Nikos Mouchtaris 2020-02-25 10:39:23 PST
Created attachment 391668 [details]
Patch
Comment 3 Megan Gardner 2020-02-25 11:07:30 PST
Comment on attachment 391668 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=391668&action=review

> LayoutTests/ChangeLog:8
> +        Fixed expected for modified behavior.

This could be a bit more descriptive, what behavior was modified?
Comment 4 Nikos Mouchtaris 2020-02-25 11:13:25 PST
Created attachment 391673 [details]
Patch
Comment 5 WebKit Commit Bot 2020-02-25 12:14:31 PST
Comment on attachment 391673 [details]
Patch

Clearing flags on attachment: 391673

Committed r257369: <https://trac.webkit.org/changeset/257369>
Comment 6 WebKit Commit Bot 2020-02-25 12:14:32 PST
All reviewed patches have been landed.  Closing bug.