WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
204526
run-javascriptcore-tests: Failure to determine configuration for reporting is fatal
https://bugs.webkit.org/show_bug.cgi?id=204526
Summary
run-javascriptcore-tests: Failure to determine configuration for reporting is...
Jonathan Bedard
Reported
2019-11-22 11:02:28 PST
There is a request to make a failure to determine the upload configuration for the results database a soft failure, rather than a hard one.
Attachments
Patch
(2.09 KB, patch)
2019-11-22 11:08 PST
,
Jonathan Bedard
no flags
Details
Formatted Diff
Diff
Patch
(1.88 KB, patch)
2019-11-22 17:20 PST
,
Jonathan Bedard
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Jonathan Bedard
Comment 1
2019-11-22 11:08:47 PST
Created
attachment 384173
[details]
Patch
Aakash Jain
Comment 2
2019-11-22 11:14:40 PST
Comment on
attachment 384173
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=384173&action=review
> Tools/Scripts/run-javascriptcore-tests:880 > + if (!keys $configuration) {
is this tested?
Jonathan Bedard
Comment 3
2019-11-22 11:22:18 PST
Comment on
attachment 384173
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=384173&action=review
>> Tools/Scripts/run-javascriptcore-tests:880 >> + if (!keys $configuration) { > > is this tested?
I did a test locally by modifying configurationForUpload() to return an empty hash, yes. 'key $configuration' will return a string, it will be an empty string if the hash is empty
WebKit Commit Bot
Comment 4
2019-11-22 12:06:25 PST
Comment on
attachment 384173
[details]
Patch Clearing flags on attachment: 384173 Committed
r252791
: <
https://trac.webkit.org/changeset/252791
>
WebKit Commit Bot
Comment 5
2019-11-22 12:06:27 PST
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 6
2019-11-22 12:07:23 PST
<
rdar://problem/57436631
>
Aakash Jain
Comment 7
2019-11-22 13:20:09 PST
(In reply to Jonathan Bedard from
comment #3
)
> >> + if (!keys $configuration) { > > is this tested? > > I did a test locally by modifying configurationForUpload() to return an > empty hash, yes. 'key $configuration' will return a string, it will be an > empty string if the hash is empty
Seems like this broke the tests in different manner:
https://build.webkit.org/builders/JSCOnly%20Linux%20ARMv7%20Thumb2%20Release/builds/10121/steps/jscore-test/logs/stdio
It seems like this doesn't work with newer version of perl (or on the version of perl installed on the bots). Although it failed with different error on same bot here:
https://build.webkit.org/builders/JSCOnly%20Linux%20ARMv7%20Thumb2%20Release/builds/10120/steps/jscore-test/logs/stdio
Jonathan Bedard
Comment 8
2019-11-22 13:30:17 PST
Reverted
r252791
for reason: Cannot use key on scalar in some perl versions Committed
r252797
: <
https://trac.webkit.org/changeset/252797
>
Jonathan Bedard
Comment 9
2019-11-22 17:17:14 PST
Trying a different approach using uname.
Jonathan Bedard
Comment 10
2019-11-22 17:20:11 PST
Created
attachment 384215
[details]
Patch
WebKit Commit Bot
Comment 11
2019-11-22 18:25:51 PST
Comment on
attachment 384215
[details]
Patch Clearing flags on attachment: 384215 Committed
r252822
: <
https://trac.webkit.org/changeset/252822
>
WebKit Commit Bot
Comment 12
2019-11-22 18:25:53 PST
All reviewed patches have been landed. Closing bug.
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