Bug 206927 - [GTK] Fix TestWebKitAPI/TestJSC:/jsc/options API test after r255314
Summary: [GTK] Fix TestWebKitAPI/TestJSC:/jsc/options API test after r255314
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Carlos Alberto Lopez Perez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-01-29 05:39 PST by Carlos Alberto Lopez Perez
Modified: 2020-01-29 05:49 PST (History)
4 users (show)

See Also:


Attachments
Patch (2.50 KB, patch)
2020-01-29 05:42 PST, Carlos Alberto Lopez Perez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Alberto Lopez Perez 2020-01-29 05:39:44 PST
r255314 updated the default value of maxPerThreadStackUsage from 4MB to 5MB,

The GTK API test TestWebKitAPI/TestJSC:/jsc/options is failing since then with:

TEST: ./Tools/glib/../../WebKitBuild/Release/bin/TestWebKitAPI/TestJSC...
  /jsc/options:                                                       FAIL
ERROR:../../Tools/TestWebKitAPI/Tests/JavaScriptCore/glib/TestJSC.cpp:3530:void testsJSCOptions(): assertion failed (maxPerThreadStackUsage == 4194304): (5242880 == 4194304)
Comment 1 Carlos Alberto Lopez Perez 2020-01-29 05:42:05 PST
Created attachment 389130 [details]
Patch
Comment 2 Carlos Alberto Lopez Perez 2020-01-29 05:48:26 PST
Comment on attachment 389130 [details]
Patch

Clearing flags on attachment: 389130

Committed r255354: <https://trac.webkit.org/changeset/255354>
Comment 3 Carlos Alberto Lopez Perez 2020-01-29 05:48:30 PST
All reviewed patches have been landed.  Closing bug.
Comment 4 Radar WebKit Bug Importer 2020-01-29 05:49:14 PST
<rdar://problem/58988845>