WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
223816
[BigSur arm64 WK1] platform/mac/fast/objc/webScriptObject-hasWebScriptKey.html is consistently failing
https://bugs.webkit.org/show_bug.cgi?id=223816
Summary
[BigSur arm64 WK1] platform/mac/fast/objc/webScriptObject-hasWebScriptKey.htm...
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
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2021-03-26 13:40:52 PDT
<
rdar://problem/75899607
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug