Bug 86156 - Chromium Valgrind layout tests missing environment variables
Summary: Chromium Valgrind layout tests missing environment variables
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Lei Zhang
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-10 16:37 PDT by Lei Zhang
Modified: 2012-05-10 16:47 PDT (History)
4 users (show)

See Also:


Attachments
Patch to let the Chromium test scripts add the missing envvars. (1.58 KB, patch)
2012-05-10 16:37 PDT, Lei Zhang
dpranke: review+
dpranke: commit-queue+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Lei Zhang 2012-05-10 16:37:08 PDT
Created attachment 141292 [details]
Patch to let the Chromium test scripts add the missing envvars.

I think recent changes made DumpRenderTree and ImageDiff run inside environments created by port.setup_environment_for_server(). As a result of these changes, the VALGRIND_LIB and VALGRIND_LIB_INNER envvars that the Chromium Valgrind script set got lost. We should put them back.
Comment 1 WebKit Review Bot 2012-05-10 16:39:50 PDT
Attachment 141292 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Tools/ChangeLog', u'Tools/Scripts/webkitpy..." exit_code: 1
Tools/ChangeLog:1:  ChangeLog entry has no bug number  [changelog/bugnumber] [5]
Total errors found: 1 in 2 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 2 Dirk Pranke 2012-05-10 16:47:19 PDT
Committed r116703: <http://trac.webkit.org/changeset/116703>