WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
236281
run-jsc-stress-tests reports "in `<module:URI>': uninitialized class variable @@schemes in URI (NameError)" with Ruby 3.1
https://bugs.webkit.org/show_bug.cgi?id=236281
Summary
run-jsc-stress-tests reports "in `<module:URI>': uninitialized class variable...
Fujii Hironori
Reported
2022-02-07 20:33:29 PST
PS C:\home\webkit\gc> ruby --version ruby 3.1.0p0 (2021-12-25 revision fb4df44d16) [x64-mingw-ucrt] PS C:\home\webkit\gc> perl .\Tools\Scripts\run-javascriptcore-tests --wincairo --debug --no-build --jsc-stress --ruby-runner --test-writer=ruby --verbose Running: ruby Tools/Scripts/run-jsc-stress-tests -j C:\home\webkit\gc\WebKitBuild\Debug\bin64/jsc.exe -o C:\home\webkit\gc\WebKitBuild\Debug\bin64/jsc-stress-results --arch x86_64 PerformanceTests/SunSpider/tests/sunspider-1.0 PerformanceTests/JetStream/cdjs/cdjs-tests.yaml PerformanceTests/ARES-6/Air/airjs-tests.yaml PerformanceTests/ARES-6/Basic/basic-tests.yaml JSTests/executableAllocationFuzz.yaml JSTests/exceptionFuzz.yaml PerformanceTests/SunSpider/no-architecture-specific-optimizations.yaml PerformanceTests/SunSpider/shadow-chicken.yaml PerformanceTests/SunSpider/with-baseline-code-sharing.yaml PerformanceTests/SunSpider/tests/v8-v6 JSTests/stress JSTests/microbenchmarks JSTests/slowMicrobenchmarks.yaml PerformanceTests/SunSpider/profiler-test.yaml LayoutTests/jsc-layout-tests.yaml JSTests/typeProfiler.yaml JSTests/controlFlowProfiler.yaml JSTests/es6.yaml JSTests/modules.yaml JSTests/complex.yaml JSTests/ChakraCore.yaml JSTests/wasm.yaml --debug --ruby-runner --test-writer ruby --verbose -- Tools/Scripts/run-jsc-stress-tests:43:in `<module:URI>': uninitialized class variable @@schemes in URI (NameError) Did you mean? scheme_list from Tools/Scripts/run-jsc-stress-tests:39:in `<main>'
Attachments
Patch
(1.38 KB, patch)
2022-02-07 20:40 PST
,
Fujii Hironori
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Fujii Hironori
Comment 1
2022-02-07 20:35:14 PST
Ruby 3.1.0 added URI.register_scheme
https://ruby-doc.org/stdlib-3.1.0/libdoc/uri/rdoc/URI.html#method-c-register_scheme
Fujii Hironori
Comment 2
2022-02-07 20:40:23 PST
Created
attachment 451201
[details]
Patch
Fujii Hironori
Comment 3
2022-02-14 11:55:02 PST
Comment on
attachment 451201
[details]
Patch Thank you for the review.
EWS
Comment 4
2022-02-14 12:30:55 PST
Committed
r289752
(
247228@main
): <
https://commits.webkit.org/247228@main
> All reviewed patches have been landed. Closing bug and clearing flags on
attachment 451201
[details]
.
Radar WebKit Bug Importer
Comment 5
2022-02-14 12:31:23 PST
<
rdar://problem/88922121
>
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