Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
simpletest.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
10 Mar 2012 at 21:01 UTC
Updated:
4 Jan 2014 at 01:39 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
sunI'd RTBC the first hunk, but I'm not sure about the second one (which requires manual testing for various environments and scenarios [e.g., testbots]).
Comment #2
damien tournoud commentedI have been meaning to do the first hunk forever. For some reason, the default PHP production configuration doesn't include E in variables_order (which seems slightly retarded, but that's another issue).
The second one looks like a hack:
simpletest_script_format_result()is local to the script runner, so we could likely fix it not to return HTML in some cases (what are those? verbose results?)Comment #3
msonnabaum commentedOk, here's just the env fix. The output fix should probably have it's own issue.
Comment #4
damien tournoud commentedComment #5
webchickThis looks backportable to D7, to me. Is it?
Comment #6
msonnabaum commentedTotally backportable.
Comment #7
xjmComment #8
dries commentedCommitted to 8.x. Moving to 7.x. Thanks!
Comment #9
tim.plunkettThis did not get pushed yet, setting back.
Comment #10
tim.plunketthttp://drupalcode.org/project/drupal.git/commit/4b6355f
Comment #11
msonnabaum commentedSame patch should apply fine for D7 with -p2.
Comment #12
tim.plunkettRerolled.
Comment #13
xjmDoes it look to anyone else like the little face is sadder than it used to be?
(RTBC)
Comment #14
webchickgreat thanks!
committed and pushed to 7.x.