Changeset 261365 in webkit


Ignore:
Timestamp:
May 7, 2020 7:22:20 PM (4 years ago)
Author:
sbarati@apple.com
Message:

run-javascriptcore-tests with remote should be verbose
https://bugs.webkit.org/show_bug.cgi?id=211596

Reviewed by Alexey Proskuryakov.

Our iOS testing bots could use this better output.

  • Scripts/run-javascriptcore-tests:

(runJSCStressTests):

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r261332 r261365  
     12020-05-07  Saam Barati  <sbarati@apple.com>
     2
     3        run-javascriptcore-tests with remote should be verbose
     4        https://bugs.webkit.org/show_bug.cgi?id=211596
     5
     6        Reviewed by Alexey Proskuryakov.
     7
     8        Our iOS testing bots could use this better output.
     9
     10        * Scripts/run-javascriptcore-tests:
     11        (runJSCStressTests):
     12
    1132020-05-07  Jonathan Bedard  <jbedard@apple.com>
    214
  • trunk/Tools/Scripts/run-javascriptcore-tests

    r260965 r261365  
    750750        push(@jscStressDriverCmd, "--remote");
    751751        push(@jscStressDriverCmd, $remoteHost);
     752        # We're doing this for verbosity=2 which will cause us to log "PASS: " results
     753        push(@jscStressDriverCmd, "-v", "-v");
    752754    }
    753755
Note: See TracChangeset for help on using the changeset viewer.