Gist Input Filter - 7.x-1.x

Test status
StatusResult
Last receivedFri, 02/24/2012 - 03:15:37
Last requestedFri, 02/24/2012 - 03:16:03
Last testedFri, 02/24/2012 - 03:16:55
Test count14
Environment status
MySQLfail
Code reviewfail
Overall Resultfail
Branch information
Identifier7.x-1.x
ProjectGist Input Filter
LinkProject information
SummaryFAILED: [[Coder]]: [Code review] 5 minor(s), 0 critical(s), and 2 normal(s); [[SimpleTest]]: [MySQL] 109 pass(es), 6 fail(s), and 4 exception(s).
Details

MySQL

  1. Setup environment
  2. Detect an invalid patch URL
  3. Detect invalid repository information
  4. Detect invalid patch format
  5. Detect a non-applicable patch
  6. Detect invalid PHP syntax
  7. Detect a Drupal installation failure
  8. Detect a test run failure
  9. Detect a failing test
    Review the test failures below then if necessary run them locally until the problem has been fixed.
  10. Complete test suite with all tests passing
109 pass(es), 6 fail(s), and 4 exception(s)

Non-pass

Test namePassFailException
ExpandGist Filter Tests (GistFilterTestCase) [Input filters]10964
MessageGroupFilenameLineFunctionStatus
Undefined index: filesNoticegist_filter.module102_gist_display_code()
Invalid argument supplied for foreach()Warninggist_filter.module102_gist_display_code()
Raw "<script src="http://gist.github.com/865412.js"></script>" foundOthergist_filter.test62GistFilterTestCase->testEmbedStyle()
Raw "<script src="http://gist.github.com/865412.js?file=php_file.php"></script>" foundOthergist_filter.test87GistFilterTestCase->testEmbedStyleWithFile()
Raw "Hello! <a href="http://gist.github.com/865412">http://gist.github.com/865412</a>" foundOthergist_filter.test111GistFilterTestCase->testLinkStyle()
Raw "Hello! <a href="http://gist.github.com/865412#file_php_file.php">http://gist.github.com/865412#file_php_file.php</a>" foundOthergist_filter.test135GistFilterTestCase->testLinkStyleWithFile()
Undefined index: filesNoticegist_filter.module102_gist_display_code()
Invalid argument supplied for foreach()Warninggist_filter.module102_gist_display_code()
Pattern "@<pre type="php">(.*)echo(.*)</pre>@sm" foundOthergist_filter.test159GistFilterTestCase->testCodeTagStyle()
Pattern "@<pre type="ruby">(.*)a = 1 puts a</pre>@" foundOthergist_filter.test160GistFilterTestCase->testCodeTagStyle()

All

Test namePassFailException
ExpandGist Filter Tests (GistFilterTestCase) [Input filters]10964
MessageGroupFilenameLineFunctionStatus
Undefined index: filesNoticegist_filter.module102_gist_display_code()
Invalid argument supplied for foreach()Warninggist_filter.module102_gist_display_code()
Raw "<script src="http://gist.github.com/865412.js"></script>" foundOthergist_filter.test62GistFilterTestCase->testEmbedStyle()
Raw "<script src="http://gist.github.com/865412.js?file=php_file.php"></script>" foundOthergist_filter.test87GistFilterTestCase->testEmbedStyleWithFile()
Raw "Hello! <a href="http://gist.github.com/865412">http://gist.github.com/865412</a>" foundOthergist_filter.test111GistFilterTestCase->testLinkStyle()
Raw "Hello! <a href="http://gist.github.com/865412#file_php_file.php">http://gist.github.com/865412#file_php_file.php</a>" foundOthergist_filter.test135GistFilterTestCase->testLinkStyleWithFile()
Undefined index: filesNoticegist_filter.module102_gist_display_code()
Invalid argument supplied for foreach()Warninggist_filter.module102_gist_display_code()
Pattern "@<pre type="php">(.*)echo(.*)</pre>@sm" foundOthergist_filter.test159GistFilterTestCase->testCodeTagStyle()
Pattern "@<pre type="ruby">(.*)a = 1 puts a</pre>@" foundOthergist_filter.test160GistFilterTestCase->testCodeTagStyle()

Code review

  1. Setup environment
  2. Detect an invalid patch URL
  3. Detect invalid repository information
  4. Detect invalid patch format
  5. Detect a non-applicable patch
  6. Detect invalid PHP syntax
  7. Detect a review run failure
  8. Detect coder flags
    Ensure that your code follows the Drupal standard and passes a coder review.
  9. Complete coder review with all passed
5 minor(s), 0 critical(s), and 2 normal(s)

Non-pass

Test nameMinorCriticalNormal
Expandgist_filter.test502
MessageGroupFilenameLineFunctionStatus
There should be no trailing spacesOthergist_filter.test40N/A
There should be no trailing spacesOthergist_filter.test92N/A
Use the matching Drupal theme functions, not raw HTML.Othergist_filter.test111N/A
There should be no trailing spacesOthergist_filter.test116N/A
Use the matching Drupal theme functions, not raw HTML.Othergist_filter.test135N/A
There should be no trailing spacesOthergist_filter.test140N/A
There should be no trailing spacesOthergist_filter.test173N/A

All

Test nameMinorCriticalNormal
Leafgist_filter.module000
Expandgist_filter.test502
MessageGroupFilenameLineFunctionStatus
There should be no trailing spacesOthergist_filter.test40N/A
There should be no trailing spacesOthergist_filter.test92N/A
Use the matching Drupal theme functions, not raw HTML.Othergist_filter.test111N/A
There should be no trailing spacesOthergist_filter.test116N/A
Use the matching Drupal theme functions, not raw HTML.Othergist_filter.test135N/A
There should be no trailing spacesOthergist_filter.test140N/A
There should be no trailing spacesOthergist_filter.test173N/A