Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created July 23, 2018 19:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Whateverable/6b090c89c62d9f629c81cbc1d2d9a281 to your computer and use it in GitHub Desktop.
Save Whateverable/6b090c89c62d9f629c81cbc1d2d9a281 to your computer and use it in GitHub Desktop.
bisectable6
old=2018.06 https://gist.github.com/AlexDaniel/a0248b128443767b7e3115b86c9fb79f
Bisecting: 121 revisions left to test after this (roughly 7 steps)
[27a7e9bb3ba75f8029ef7c82397980f6ec48f61b] Handle non-nominal assignment type check in plugin
»»»»» Testing 27a7e9bb3ba75f8029ef7c82397980f6ec48f61b
»»»»» Script output:
ok 1 - mapping-is passes when mapping matches path
ok 2 - mapping-is fails when mapping does not match path
ok 3 - mapping-not-ok passes when mapping not found
ok 4 - mapping-not-ok fails when mapping found
ok 5 - mapping-ok passes when mapping found
ok 6 - mapping-ok fails when mapping not found
ok 7 - path-is passes when path matches mapping
ok 8 - path-is fails when path does not match mapping
ok 9 - path-not-ok passes when path not found
ok 10 - path-not-ok fails when path found
ok 11 - path-ok passes when path found
ok 12 - path-ok fails when path not found
ok 13 - routes-ok passes when all paths and mappings match
ok 14 - routes-ok fails when all paths and mappings do not match
1..14
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
ok 1 - mapping-is passes when mapping matches path
ok 2 - mapping-is fails when mapping does not match path
ok 3 - mapping-not-ok passes when mapping not found
ok 4 - mapping-not-ok fails when mapping found
ok 5 - mapping-ok passes when mapping found
ok 6 - mapping-ok fails when mapping not found
ok 7 - path-is passes when path matches mapping
ok 8 - path-is fails when path does not match mapping
ok 9 - path-not-ok passes when path not found
ok 10 - path-not-ok fails when path found
ok 11 - path-ok passes when path found
ok 12 - path-ok fails when path not found
ok 13 - routes-ok passes when all paths and mappings match
ok 14 - routes-ok fails when all paths and mappings do not match
1..14
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing f8f4ae3183787b42a27b752fb17c5cbb3609bd86
»»»»» Script output:
ok 1 - mapping-is passes when mapping matches path
ok 2 - mapping-is fails when mapping does not match path
ok 3 - mapping-not-ok passes when mapping not found
ok 4 - mapping-not-ok fails when mapping found
ok 5 - mapping-ok passes when mapping found
ok 6 - mapping-ok fails when mapping not found
ok 7 - path-is passes when path matches mapping
ok 8 - path-is fails when path does not match mapping
ok 9 - path-not-ok passes when path not found
ok 10 - path-not-ok fails when path found
ok 11 - path-ok passes when path found
ok 12 - path-ok fails when path not found
ok 13 - routes-ok passes when all paths and mappings match
ok 14 - routes-ok fails when all paths and mappings do not match
1..14
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
ok 1 - mapping-is passes when mapping matches path
ok 2 - mapping-is fails when mapping does not match path
ok 3 - mapping-not-ok passes when mapping not found
ok 4 - mapping-not-ok fails when mapping found
ok 5 - mapping-ok passes when mapping found
ok 6 - mapping-ok fails when mapping not found
ok 7 - path-is passes when path matches mapping
ok 8 - path-is fails when path does not match mapping
ok 9 - path-not-ok passes when path not found
ok 10 - path-not-ok fails when path found
ok 11 - path-ok passes when path found
ok 12 - path-ok fails when path not found
ok 13 - routes-ok passes when all paths and mappings match
ok 14 - routes-ok fails when all paths and mappings do not match
1..14
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 20b1756a7892b05687f54cb32f43226127c12db2
»»»»» Script output:
ok 1 - mapping-is passes when mapping matches path
not ok 1 - mapping-is passes when mapping matches path
# Got test like:
# Expected test like: ok 1
not ok 2 - mapping-is fails when mapping does not match path # TODO Test.pm blows up the exit code unless this is a TODO
# Failed test 'mapping-is fails when mapping does not match path'
# at /home/bisectable/git/whateverable/sandbox/p6-Path-Router/lib/Test/Path/Router.pm6 (Test::Path::Router) line 111
# ... paths do not match
# got: Nil
# expected: 'blog'
not ok 2 - mapping-is fails when mapping does not match path
# Got test like:
# Expected test like: not ok 2
ok 3 - mapping-not-ok passes when mapping not found
not ok 3 - mapping-not-ok passes when mapping not found
# Got test like:
# Expected test like: ok 3
not ok 4 - mapping-not-ok fails when mapping found # TODO Test.pm blows up the exit code unless this is a TODO
# Failed test 'mapping-not-ok fails when mapping found'
# at /home/bisectable/git/whateve…
»»»»» (output was trimmed because it is too large)
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
ok 1 - mapping-is passes when mapping matches path
ok 2 - mapping-is fails when mapping does not match path
ok 3 - mapping-not-ok passes when mapping not found
ok 4 - mapping-not-ok fails when mapping found
ok 5 - mapping-ok passes when mapping found
ok 6 - mapping-ok fails when mapping not found
ok 7 - path-is passes when path matches mapping
ok 8 - path-is fails when path does not match mapping
ok 9 - path-not-ok passes when path not found
ok 10 - path-not-ok fails when path found
ok 11 - path-ok passes when path found
ok 12 - path-ok fails when path not found
ok 13 - routes-ok passes when all paths and mappings match
ok 14 - routes-ok fails when all paths and mappings do not match
1..14
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing be78685710d939a3005915e62ad5a9e67d642207
»»»»» Script output:
ok 1 - mapping-is passes when mapping matches path
ok 2 - mapping-is fails when mapping does not match path
ok 3 - mapping-not-ok passes when mapping not found
ok 4 - mapping-not-ok fails when mapping found
ok 5 - mapping-ok passes when mapping found
ok 6 - mapping-ok fails when mapping not found
ok 7 - path-is passes when path matches mapping
ok 8 - path-is fails when path does not match mapping
ok 9 - path-not-ok passes when path not found
ok 10 - path-not-ok fails when path found
ok 11 - path-ok passes when path found
ok 12 - path-ok fails when path not found
ok 13 - routes-ok passes when all paths and mappings match
ok 14 - routes-ok fails when all paths and mappings do not match
1..14
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
ok 1 - mapping-is passes when mapping matches path
ok 2 - mapping-is fails when mapping does not match path
ok 3 - mapping-not-ok passes when mapping not found
ok 4 - mapping-not-ok fails when mapping found
ok 5 - mapping-ok passes when mapping found
ok 6 - mapping-ok fails when mapping not found
ok 7 - path-is passes when path matches mapping
ok 8 - path-is fails when path does not match mapping
ok 9 - path-not-ok passes when path not found
ok 10 - path-not-ok fails when path found
ok 11 - path-ok passes when path found
ok 12 - path-ok fails when path not found
ok 13 - routes-ok passes when all paths and mappings match
ok 14 - routes-ok fails when all paths and mappings do not match
1..14
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 9abc10212c8e70f161f4dda97aa0549fb3598c46
»»»»» Script output:
ok 1 - mapping-is passes when mapping matches path
not ok 1 - mapping-is passes when mapping matches path
# Got test like:
# Expected test like: ok 1
not ok 2 - mapping-is fails when mapping does not match path # TODO Test.pm blows up the exit code unless this is a TODO
# Failed test 'mapping-is fails when mapping does not match path'
# at /home/bisectable/git/whateverable/sandbox/p6-Path-Router/lib/Test/Path/Router.pm6 (Test::Path::Router) line 111
# ... paths do not match
# got: Nil
# expected: 'blog'
not ok 2 - mapping-is fails when mapping does not match path
# Got test like:
# Expected test like: not ok 2
ok 3 - mapping-not-ok passes when mapping not found
not ok 3 - mapping-not-ok passes when mapping not found
# Got test like:
# Expected test like: ok 3
not ok 4 - mapping-not-ok fails when mapping found # TODO Test.pm blows up the exit code unless this is a TODO
# Failed test 'mapping-not-ok fails when mapping found'
# at /home/bisectable/git/whateve…
»»»»» (output was trimmed because it is too large)
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
ok 1 - mapping-is passes when mapping matches path
ok 2 - mapping-is fails when mapping does not match path
ok 3 - mapping-not-ok passes when mapping not found
ok 4 - mapping-not-ok fails when mapping found
ok 5 - mapping-ok passes when mapping found
ok 6 - mapping-ok fails when mapping not found
ok 7 - path-is passes when path matches mapping
ok 8 - path-is fails when path does not match mapping
ok 9 - path-not-ok passes when path not found
ok 10 - path-not-ok fails when path found
ok 11 - path-ok passes when path found
ok 12 - path-ok fails when path not found
ok 13 - routes-ok passes when all paths and mappings match
ok 14 - routes-ok fails when all paths and mappings do not match
1..14
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 8a76c00c2b57e7ea06e684d2594387ed38afaf29
»»»»» Script output:
ok 1 - mapping-is passes when mapping matches path
ok 2 - mapping-is fails when mapping does not match path
ok 3 - mapping-not-ok passes when mapping not found
ok 4 - mapping-not-ok fails when mapping found
ok 5 - mapping-ok passes when mapping found
ok 6 - mapping-ok fails when mapping not found
ok 7 - path-is passes when path matches mapping
ok 8 - path-is fails when path does not match mapping
ok 9 - path-not-ok passes when path not found
ok 10 - path-not-ok fails when path found
ok 11 - path-ok passes when path found
ok 12 - path-ok fails when path not found
ok 13 - routes-ok passes when all paths and mappings match
ok 14 - routes-ok fails when all paths and mappings do not match
1..14
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
ok 1 - mapping-is passes when mapping matches path
ok 2 - mapping-is fails when mapping does not match path
ok 3 - mapping-not-ok passes when mapping not found
ok 4 - mapping-not-ok fails when mapping found
ok 5 - mapping-ok passes when mapping found
ok 6 - mapping-ok fails when mapping not found
ok 7 - path-is passes when path matches mapping
ok 8 - path-is fails when path does not match mapping
ok 9 - path-not-ok passes when path not found
ok 10 - path-not-ok fails when path found
ok 11 - path-ok passes when path found
ok 12 - path-ok fails when path not found
ok 13 - routes-ok passes when all paths and mappings match
ok 14 - routes-ok fails when all paths and mappings do not match
1..14
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 38d046fafb42aab3391f49cd97cef6150298e397
»»»»» Script output:
ok 1 - mapping-is passes when mapping matches path
ok 2 - mapping-is fails when mapping does not match path
ok 3 - mapping-not-ok passes when mapping not found
ok 4 - mapping-not-ok fails when mapping found
ok 5 - mapping-ok passes when mapping found
ok 6 - mapping-ok fails when mapping not found
ok 7 - path-is passes when path matches mapping
ok 8 - path-is fails when path does not match mapping
ok 9 - path-not-ok passes when path not found
ok 10 - path-not-ok fails when path found
ok 11 - path-ok passes when path found
ok 12 - path-ok fails when path not found
ok 13 - routes-ok passes when all paths and mappings match
ok 14 - routes-ok fails when all paths and mappings do not match
1..14
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
ok 1 - mapping-is passes when mapping matches path
ok 2 - mapping-is fails when mapping does not match path
ok 3 - mapping-not-ok passes when mapping not found
ok 4 - mapping-not-ok fails when mapping found
ok 5 - mapping-ok passes when mapping found
ok 6 - mapping-ok fails when mapping not found
ok 7 - path-is passes when path matches mapping
ok 8 - path-is fails when path does not match mapping
ok 9 - path-not-ok passes when path not found
ok 10 - path-not-ok fails when path found
ok 11 - path-ok passes when path found
ok 12 - path-ok fails when path not found
ok 13 - routes-ok passes when all paths and mappings match
ok 14 - routes-ok fails when all paths and mappings do not match
1..14
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 980f692ccd4e0e97c3a437bab3e2df8ba8212719
»»»»» Script output:
ok 1 - mapping-is passes when mapping matches path
not ok 1 - mapping-is passes when mapping matches path
# Got test like:
# Expected test like: ok 1
not ok 2 - mapping-is fails when mapping does not match path # TODO Test.pm blows up the exit code unless this is a TODO
# Failed test 'mapping-is fails when mapping does not match path'
# at /home/bisectable/git/whateverable/sandbox/p6-Path-Router/lib/Test/Path/Router.pm6 (Test::Path::Router) line 111
# ... paths do not match
# got: Nil
# expected: 'blog'
not ok 2 - mapping-is fails when mapping does not match path
# Got test like:
# Expected test like: not ok 2
ok 3 - mapping-not-ok passes when mapping not found
not ok 3 - mapping-not-ok passes when mapping not found
# Got test like:
# Expected test like: ok 3
not ok 4 - mapping-not-ok fails when mapping found # TODO Test.pm blows up the exit code unless this is a TODO
# Failed test 'mapping-not-ok fails when mapping found'
# at /home/bisectable/git/whateve…
»»»»» (output was trimmed because it is too large)
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
ok 1 - mapping-is passes when mapping matches path
ok 2 - mapping-is fails when mapping does not match path
ok 3 - mapping-not-ok passes when mapping not found
ok 4 - mapping-not-ok fails when mapping found
ok 5 - mapping-ok passes when mapping found
ok 6 - mapping-ok fails when mapping not found
ok 7 - path-is passes when path matches mapping
ok 8 - path-is fails when path does not match mapping
ok 9 - path-not-ok passes when path not found
ok 10 - path-not-ok fails when path found
ok 11 - path-ok passes when path found
ok 12 - path-ok fails when path not found
ok 13 - routes-ok passes when all paths and mappings match
ok 14 - routes-ok fails when all paths and mappings do not match
1..14
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
980f692ccd4e0e97c3a437bab3e2df8ba8212719 is the first new commit
commit 980f692ccd4e0e97c3a437bab3e2df8ba8212719
Author: Aleks-Daniel Jakimenko-Aleksejev <alex.jakimenko@gmail.com>
Date: Mon Jul 16 19:45:54 2018 +0300
[NQP Bump] Brings 2 commits
NQP bump brought: https://github.com/perl6/nqp/compare/2018.06-53-g896f009d2...2018.06-55-g33e22b739
33e22b739 [MoarVM Bump] Brings 4 commits
1ca664ac6 Disable the SC write barrier during load
:040000 040000 617d3df931eeefc2133253adbcf6b253ee9522c4 229e2aa5d2fd7a91a73c9f7b183cb9d04e23ae66 M tools
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment