Bug 223816

Summary: [BigSur arm64 WK1] platform/mac/fast/objc/webScriptObject-hasWebScriptKey.html is consistently failing
Product: WebKit Reporter: Amir Mark Jr <amir_mark>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: thorton, webkit-bot-watchers-bugzilla, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

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