Skip to content

Instantly share code, notes, and snippets.

@softmoth
Created July 19, 2012 18:43
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 softmoth/3145916 to your computer and use it in GitHub Desktop.
Save softmoth/3145916 to your computer and use it in GitHub Desktop.
spectest t/spec/S02-types/version.t on nom 2012-07-19
12:40 ~/g/code/p6/rakudo$ ./inst/bin/perl6 !$
./inst/bin/perl6 t/spec/S02-types/version.t
1..35
ok 1 - 1.2.1alpha1.0 cmp 1.2.1alpha1 is Same
ok 2 - 1.2.1alpha1 cmp 1.2.1.alpha1 is Same
ok 3 - 1.2.1.alpha1 cmp 1.2.1alpha.1 is Same
ok 4 - 1.2.1alpha.1 cmp 1.2.1.alpha.1 is Same
ok 5 - 1.2.1.alpha.1 cmp 1.2-1+alpha/1 is Same
ok 6 - 1.2.1_01 cmp 1.2.1_1 is Same
ok 7 - 1.2.1_1 cmp 1.2.1._1 is Same
ok 8 - 1.2.1._1 cmp 1.2.1_1 is Same
ok 9 - 1.2.1_1 cmp 1.2.1._.1 is Same
ok 10 - 1.2.1._.1 cmp 001.0002.0000000001._.00000000001 is Same
ok 11 - 001.0002.0000000001._.00000000001 cmp 1.2.1._.1.0.0.0.0.0 is Same
ok 12 - 1.2.0.999 cmp 1.2.1_01 is Increase
ok 13 - 1.2.1_01 cmp 1.2.1_2 is Increase
ok 14 - 1.2.1_2 cmp 1.2.1_003 is Increase
ok 15 - 1.2.1_003 cmp 1.2.1a1 is Increase
ok 16 - 1.2.1a1 cmp 1.2.1.alpha1 is Increase
ok 17 - 1.2.1.alpha1 cmp 1.2.1b1 is Increase
ok 18 - 1.2.1b1 cmp 1.2.1.beta1 is Increase
ok 19 - 1.2.1.beta1 cmp 1.2.1.gamma is Increase
ok 20 - 1.2.1.gamma cmp 1.2.1α1 is Increase
not ok 21 - 1.2.1α1 cmp 1.2.1β1 is Increase
# got: 'Same'
# expected: 'Increase'
not ok 22 - 1.2.1β1 cmp 1.2.1γ is Increase
# got: 'Decrease'
# expected: 'Increase'
not ok 23 - 1.2.1γ cmp 1.2.1 is Increase
# got: 'Same'
# expected: 'Increase'
not ok 24 - 1.2.1 cmp 1.2.1γ is Decrease
# got: 'Same'
# expected: 'Decrease'
not ok 25 - 1.2.1γ cmp 1.2.1β1 is Decrease
# got: 'Increase'
# expected: 'Decrease'
not ok 26 - 1.2.1β1 cmp 1.2.1α1 is Decrease
# got: 'Same'
# expected: 'Decrease'
ok 27 - 1.2.1α1 cmp 1.2.1.gamma is Decrease
ok 28 - 1.2.1.gamma cmp 1.2.1.beta1 is Decrease
ok 29 - 1.2.1.beta1 cmp 1.2.1b1 is Decrease
ok 30 - 1.2.1b1 cmp 1.2.1.alpha1 is Decrease
ok 31 - 1.2.1.alpha1 cmp 1.2.1a1 is Decrease
ok 32 - 1.2.1a1 cmp 1.2.1_003 is Decrease
ok 33 - 1.2.1_003 cmp 1.2.1_2 is Decrease
ok 34 - 1.2.1_2 cmp 1.2.1_01 is Decrease
ok 35 - 1.2.1_01 cmp 1.2.0.999 is Decrease
# Looks like you failed 6 tests of 35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment