WebKit Bugzilla
Attachment 359390 Details for
Bug 192988
: Disable the run-jsc-stress-test remote host key check
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-192988-20190117104431.patch (text/plain), 1.49 KB, created by
Zhifei Fang
on 2019-01-17 10:44:32 PST
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Zhifei Fang
Created:
2019-01-17 10:44:32 PST
Size:
1.49 KB
patch
obsolete
>Index: Tools/ChangeLog >=================================================================== >--- Tools/ChangeLog (revision 240114) >+++ Tools/ChangeLog (working copy) >@@ -1,3 +1,12 @@ >+2019-01-17 Zhifei FANG <zhifei_fang@apple.com> >+ >+ Disable the run-jsc-stress-test remote host key check [second round]. >+ https://bugs.webkit.org/show_bug.cgi?id=192988 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * Scripts/run-jsc-stress-tests: >+ > 2019-01-17 Zalan Bujtas <zalan@apple.com> > > [LFC][BFC] An element with transform is a containing block for positioned descendants. >Index: Tools/Scripts/run-jsc-stress-tests >=================================================================== >--- Tools/Scripts/run-jsc-stress-tests (revision 240114) >+++ Tools/Scripts/run-jsc-stress-tests (working copy) >@@ -1920,7 +1920,7 @@ def runTestRunner(remoteIndex=0) > remoteScript += "export JSCTEST_timeout=#{Shellwords.shellescape(ENV['JSCTEST_timeout'])} && " > $envVars.each { |var| remoteScript += "export " << var << "\n" } > remoteScript += "#{testRunnerCommand(remoteIndex)}\"" >- runAndMonitorTestRunnerCommand("ssh", "-p", remoteHost.port.to_s, "#{remoteHost.user}@#{remoteHost.host}", remoteScript) >+ runAndMonitorTestRunnerCommand("ssh", "-o", "NoHostAuthenticationForLocalhost=yes", "-p", remoteHost.port.to_s, "#{remoteHost.user}@#{remoteHost.host}", remoteScript) > else > Dir.chdir($runnerDir) { > runAndMonitorTestRunnerCommand(testRunnerCommand)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 192988
:
357968
| 359390