Bug 223816 - [BigSur arm64 WK1] platform/mac/fast/objc/webScriptObject-hasWebScriptKey.html is consistently failing
Summary: [BigSur arm64 WK1] platform/mac/fast/objc/webScriptObject-hasWebScriptKey.htm...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-03-26 13:40 PDT by Amir Mark Jr
Modified: 2021-03-26 16:05 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Amir Mark Jr 2021-03-26 13:40:37 PDT
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
Comment 1 Radar WebKit Bug Importer 2021-03-26 13:40:52 PDT
<rdar://problem/75899607>