[Webkit-unassigned] [Bug 223816] New: [BigSur arm64] platform/mac/fast/objc/webScriptObject-hasWebScriptKey.html is consistently failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 26 13:40:37 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=223816

            Bug ID: 223816
           Summary: [BigSur arm64]
                    platform/mac/fast/objc/webScriptObject-hasWebScriptKey
                    .html is consistently failing
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: amir_mark at apple.com

platform/mac/fast/objc/webScriptObject-hasWebScriptKey.html 

Is consistently failing on Big Sur Apple Silicon Release and Debug since being added.

History:

https://results.webkit.org/?suite=layout-tests&test=platform%2Fmac%2Ffast%2Fobjc%2FwebScriptObject-hasWebScriptKey.html

Text Diff:

--- /Volumes/Data/worker/bigsur-debug-applesilicon-tests-wk1/build/layout-test-results/platform/mac/fast/objc/webScriptObject-hasWebScriptKey-expected.txt
+++ /Volumes/Data/worker/bigsur-debug-applesilicon-tests-wk1/build/layout-test-results/platform/mac/fast/objc/webScriptObject-hasWebScriptKey-actual.txt
@@ -5,33 +5,33 @@

 Test with a newly created, local, object => {}
 PASS (key in object) is false
-PASS objCController.testHasWebScriptKey(key) is 0
+FAIL objCController.testHasWebScriptKey(key) should be 0 (of type number). Was false (of type boolean).
 PASS (key in object) is true
-PASS objCController.testHasWebScriptKey(key) is 1
+FAIL objCController.testHasWebScriptKey(key) should be 1 (of type number). Was true (of type boolean).
 PASS (key in object) is true
-PASS objCController.testHasWebScriptKey(key) is 1
+FAIL objCController.testHasWebScriptKey(key) should be 1 (of type number). Was true (of type boolean).
 PASS (key in object) is false
-PASS objCController.testHasWebScriptKey(key) is 0
+FAIL objCController.testHasWebScriptKey(key) should be 0 (of type number). Was false (of type boolean).

 Test with an existing, global, object => window
 PASS (key in object) is false
-PASS objCController.testHasWebScriptKey(key) is 0
+FAIL objCController.testHasWebScriptKey(key) should be 0 (of type number). Was false (of type boolean).
 PASS (key in object) is true
-PASS objCController.testHasWebScriptKey(key) is 1
+FAIL objCController.testHasWebScriptKey(key) should be 1 (of type number). Was true (of type boolean).
 PASS (key in object) is true
-PASS objCController.testHasWebScriptKey(key) is 1
+FAIL objCController.testHasWebScriptKey(key) should be 1 (of type number). Was true (of type boolean).
 PASS (key in object) is false
-PASS objCController.testHasWebScriptKey(key) is 0
+FAIL objCController.testHasWebScriptKey(key) should be 0 (of type number). Was false (of type boolean).

 Test with a DOM Object => document.body
 PASS (key in object) is false
-PASS objCController.testHasWebScriptKey(key) is 0
+FAIL objCController.testHasWebScriptKey(key) should be 0 (of type number). Was false (of type boolean).
 PASS (key in object) is true
-PASS objCController.testHasWebScriptKey(key) is 1
+FAIL objCController.testHasWebScriptKey(key) should be 1 (of type number). Was true (of type boolean).
 PASS (key in object) is true
-PASS objCController.testHasWebScriptKey(key) is 1
+FAIL objCController.testHasWebScriptKey(key) should be 1 (of type number). Was true (of type boolean).
 PASS (key in object) is false
-PASS objCController.testHasWebScriptKey(key) is 0
+FAIL objCController.testHasWebScriptKey(key) should be 0 (of type number). Was false (of type boolean).

 PASS successfullyParsed is true

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210326/45ebf2e1/attachment.htm>


More information about the webkit-unassigned mailing list