Bug 211596 - run-javascriptcore-tests with remote should be verbose
Summary: run-javascriptcore-tests with remote should be verbose
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Saam Barati
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-05-07 14:41 PDT by Saam Barati
Modified: 2020-05-07 19:23 PDT (History)
2 users (show)

See Also:


Attachments
patch (1.23 KB, patch)
2020-05-07 15:02 PDT, Saam Barati
ap: review+
Details | Formatted Diff | Diff
patch for landing (1.20 KB, patch)
2020-05-07 17:01 PDT, Saam Barati
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Saam Barati 2020-05-07 14:41:53 PDT
...
Comment 1 Saam Barati 2020-05-07 15:02:31 PDT
Created attachment 398800 [details]
patch
Comment 2 Alexey Proskuryakov 2020-05-07 15:05:26 PDT
Comment on attachment 398800 [details]
patch

View in context: https://bugs.webkit.org/attachment.cgi?id=398800&action=review

> Tools/Scripts/run-javascriptcore-tests:754
> +        push(@jscStressDriverCmd, "-v");
> +        push(@jscStressDriverCmd, "-v");

push @jscStressDriverCmd, "-v", "-v";
Comment 3 Saam Barati 2020-05-07 17:01:55 PDT
Created attachment 398813 [details]
patch for landing
Comment 4 EWS 2020-05-07 18:35:39 PDT
Found 1 new test failure: imported/w3c/web-platform-tests/html/semantics/embedded-content/the-video-element/intrinsic_sizes.htm
Comment 5 Saam Barati 2020-05-07 19:00:04 PDT
(In reply to EWS from comment #4)
> Found 1 new test failure:
> imported/w3c/web-platform-tests/html/semantics/embedded-content/the-video-
> element/intrinsic_sizes.htm

I don't believe you
Comment 6 EWS 2020-05-07 19:22:26 PDT
Committed r261365: <https://trac.webkit.org/changeset/261365>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 398813 [details].
Comment 7 Radar WebKit Bug Importer 2020-05-07 19:23:16 PDT
<rdar://problem/63003596>