RESOLVED FIXED294397
REGRESSION(296060@main): [macOS] 3x tests in inspector are constant failures
https://bugs.webkit.org/show_bug.cgi?id=294397
Summary REGRESSION(296060@main): [macOS] 3x tests in inspector are constant failures
Marta Darbinyan
Reported 2025-06-12 10:38:04 PDT
The following tests are regressed after 296060@main. inspector/model/remote-object-get-properties.html inspector/runtime/getDisplayableProperties.html inspector/runtime/getProperties.html Diff: Getting own properties... Properties: "length" => 0 (number) [configurable | isOwn] + "name" => "Test" (string) [configurable | isOwn] "prototype" => "Test" (object) [isOwn] - "name" => "Test" (string) [configurable | isOwn] "__proto__" => "function () {\n [native code]\n}" (function) [writable | configurable | isOwn] -- Running test case: Runtime.getProperties.BoundConstructor @@ -184,6 +184,7 @@ "#classPrivateProperty" => "classPrivatePropertyValue parent" (string) [writable | enumerable | configurable | isOwn | isPrivate] "#parentClassPrivateProperty" => "parentClassPrivatePropertyValue" (string) [writable | enumerable | configurable | isOwn | isPrivate] "length" => 0 (number) [configurable | isOwn] + "name" => "PrivateMembersTestClassParent" (string) [configurable | isOwn] "prototype" => "PrivateMembersTestClassParent" (object) [isOwn] "classPublicMethod" => "classPublicMethod() { parent }" (function) [writable | configurable | isOwn] "classPublicGetter" => get "get classPublicGetter() { parent }" (function) [configurable | isOwn] @@ -202,7 +203,6 @@ "toString" => "toString() { return \"<redacted>\"; }" (function) [writable | configurable | isOwn] "classPublicProperty" => "classPublicPropertyValue parent" (string) [writable | enumerable | configurable | isOwn] "parentClassPublicProperty" => "parentClassPublicPropertyValue" (string) [writable | enumerable | configurable | isOwn] - "name" => "PrivateMembersTestClassParent" (string) [configurable | isOwn] "__proto__" => "function () {\n [native code]\n}" (function) [writable | configurable | isOwn] -- Running test case: Runtime.getProperties.Private.Constructor.Child @@ -212,6 +212,7 @@ "#classPrivateProperty" => "classPrivatePropertyValue child" (string) [writable | enumerable | configurable | isOwn | isPrivate] "#childClassPrivateProperty" => "childClassPrivatePropertyValue" (string) [writable | enumerable | configurable | isOwn | isPrivate] "length" => 0 (number) [configurable | isOwn] + "name" => "PrivateMembersTestClassChild" (string) [configurable | isOwn] "prototype" => "PrivateMembersTestClassChild" (object) [isOwn] "classPublicMethod" => "classPublicMethod() { child }" (function) [writable | configurable | isOwn] "classPublicGetter" => get "get classPublicGetter() { child }" (function) [configurable | isOwn] @@ -230,7 +231,6 @@ "toString" => "toString() { return \"<redacted>\"; }" (function) [writable | configurable | isOwn] "classPublicProperty" => "classPublicPropertyValue child" (string) [writable | enumerable | configurable | isOwn] "childClassPublicProperty" => "childClassPublicPropertyValue" (string) [writable | enumerable | configurable | isOwn] - "name" => "PrivateMembersTestClassChild" (string) [configurable | isOwn] "__proto__" => "<redacted>" (function class) [writable | configurable | isOwn] -- Running test case: Runtime.getProperties.Private.Prototype.Parent Test history: https://results.webkit.org/?suite=layout-tests&suite=layout-tests&suite=layout-tests&test=inspector%2Fmodel%2Fremote-object-get-properties.html&test=inspector%2Fruntime%2FgetDisplayableProperties.html&test=inspector%2Fruntime%2FgetProperties.html Test result: https://ews-build.webkit.org/#/builders/122/builds/25281
Attachments
Radar WebKit Bug Importer
Comment 1 2025-06-12 10:38:50 PDT
daniel_liu4
Comment 2 2025-06-12 17:08:30 PDT
EWS
Comment 3 2025-06-12 17:42:46 PDT
Committed 296174@main (4403ab031144): <https://commits.webkit.org/296174@main> Reviewed commits have been landed. Closing PR #46684 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.