Bug 292846
| Summary: | NEW TEST (294514@main): [ Mac OS Debug ] inspector/model/source-map-spec.html is a consistent failure | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Jay Stfleur <j_stfleur> |
| Component: | Web Inspector | Assignee: | Fady Farag <com.webkit.iidmsa> |
| Status: | RESOLVED CONFIGURATION CHANGED | ||
| Severity: | Normal | CC: | hi, inspector-bugzilla-changes, webkit-bot-watchers-bugzilla, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: |
https://bugs.webkit.org/show_bug.cgi?id=292583 https://bugs.webkit.org/show_bug.cgi?id=292712 |
||
Jay Stfleur
Description:
inspector/model/source-map-spec.html
This test is failing primarily because Script resource and source map event should have triggered and it did not happen as expected. Test is new and was introduced on 294514@main
Buildbot URL:
https://build.webkit.org/#/builders/1236/builds/2038
History:
https://results.webkit.org/?suite=layout-tests&test=inspector%2Fmodel%2Fsource-map-spec.html&style=debug
Diff/Image Diff/Crash Log:
-- Running test case: invalidVLQDueToNonBase64Character
expecting INVALID source map
+PASS: Script resource should have loaded
+PASS: Expected that there is an associated failed source map URL
+PASS: Expected no source map resource loaded
+
+-- Running test case: invalidVLQDueToNonBase64CharacterPadding
+expecting INVALID source map
WARN: Source Map "invalid-vlq-non-base64-char.js.map" has invalid "mappings"
-PASS: Script resource should have loaded
-PASS: Expected that there is an associated failed source map URL
-PASS: Expected no source map resource loaded
-
--- Running test case: invalidVLQDueToNonBase64CharacterPadding
-expecting INVALID source map
WARN: Source Map "invalid-vlq-non-base64-char-padding.js.map" has invalid "mappings"
PASS: Script resource should have loaded
PASS: Expected that there is an associated failed source map URL
@@ -404,13 +404,15 @@
-- Running test case: invalidMappingSegmentWithNameIndexExceeding32Bits
expecting INVALID source map
+PASS: Script resource should have loaded
+FAIL: Expected that there is an associated failed source map URL
+ Expected: truthy
+ Actual: false
+PASS: Expected no source map resource loaded
+
+-- Running test case: validMappingFieldsWith32BitMaxValues
+expecting VALID source map
WARN: Source Map "invalid-mapping-segment-name-index-too-large.js.map" has invalid "mappings"
-PASS: Script resource should have loaded
-PASS: Expected that there is an associated failed source map URL
-PASS: Expected no source map resource loaded
-
--- Running test case: validMappingFieldsWith32BitMaxValues
-expecting VALID source map
PASS: Script resource and source map event should have triggered
PASS: Resource should have loaded 1 SourceMap.
PASS: SourceMap should be a WI.SourceMap instance.
@@ -484,13 +486,15 @@
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/151120663>
EWS
Test gardening commit 294772@main (dcc7e1b8f511): <https://commits.webkit.org/294772@main>
Reviewed commits have been landed. Closing PR #45227 and removing active labels.
EWS
Test gardening commit 294797@main (65aed0230331): <https://commits.webkit.org/294797@main>
Reviewed commits have been landed. Closing PR #45261 and removing active labels.
Devin Rousso
pretty sure this will be fixed by <https://webkit.org/b/292583> and/or <https://webkit.org/b/292712>
Fady Farag
Pull request: https://github.com/WebKit/WebKit/pull/47271
EWS
Test gardening commit 296694@main (c68002641be7): <https://commits.webkit.org/296694@main>
Reviewed commits have been landed. Closing PR #47271 and removing active labels.