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 Bugs | Assignee: | 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
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
<rdar://problem/75899607>