Skip to content

Instantly share code, notes, and snippets.

@AlexDaniel
Created August 19, 2017 19:10
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 AlexDaniel/85b7a5a8021aa2981b329bf2b376b119 to your computer and use it in GitHub Desktop.
Save AlexDaniel/85b7a5a8021aa2981b329bf2b376b119 to your computer and use it in GitHub Desktop.
Test Summary Report
-------------------
t/css3x-fonts.t (Wstat: 1024 Tests: 171 Failed: 4)
Failed tests: 2-3, 21-22
Non-zero exit status: 4
Files=11, Tests=3708, 12 wallclock secs ( 0.41 usr 0.04 sys + 15.26 cusr 0.50 csys = 16.21 CPU)
Result: FAIL
# Failed test 'css3x-fonts at-rule no warnings'
# at /home/alex/.zef/store/CSS-Grammar-p6.git/42d7f2cfa1a0812ed0ad033d28deca69f68af7da/lib/CSS/Grammar/Test.pm (CSS::Grammar::Test) line 79
# expected: ''
# got: 'extra terms following 'src' declaration: ('Gentium') , url (gentium.ttf) format ('truetype') - dropped'
# Failed test 'css3x-fonts at-rule ast'
# at /home/alex/.zef/store/CSS-Grammar-p6.git/42d7f2cfa1a0812ed0ad033d28deca69f68af7da/lib/CSS/Grammar/Test.pm (CSS::Grammar::Test) line 88
# expected: 'at-rule at-keyw font-face
# declarations property expr ident MainText
# ident font-family property expr url gentium.eot
# ident src property expr func args string Gentium
# ident local op , url gentium.ttf func args string truetype
# ident format
# ident src'
# matcher: 'json-eqv'
# got: 'at-rule at-keyw font-face
# declarations property expr ident MainText
# ident font-family property expr url gentium.eot
# ident src'
# Failed test 'css3x-fonts at-rule no warnings'
# at /home/alex/.zef/store/CSS-Grammar-p6.git/42d7f2cfa1a0812ed0ad033d28deca69f68af7da/lib/CSS/Grammar/Test.pm (CSS::Grammar::Test) line 79
# expected: ''
# got: 'extra terms following 'src' declaration: format ("opentype") - dropped'
# Failed test 'css3x-fonts at-rule ast'
# at /home/alex/.zef/store/CSS-Grammar-p6.git/42d7f2cfa1a0812ed0ad033d28deca69f68af7da/lib/CSS/Grammar/Test.pm (CSS::Grammar::Test) line 88
# expected: 'at-rule at-keyw font-face
# declarations property expr ident BBCBengali
# ident font-family property expr url fonts/BBCBengali.ttf func args string opentype
# ident format
# ident src property expr unicode-range 0 255 op , unicode-range 2432 2559
# ident unicode-range'
# matcher: 'json-eqv'
# got: 'at-rule at-keyw font-face
# declarations property expr ident BBCBengali
# ident font-family property expr unicode-range 0 255 op , unicode-range 2432 2559
# ident unicode-range'
# Looks like you failed 4 tests of 171
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment