[guest - Fri Jun 18 13:51:03 2004]:
Show quoted text> t/font.......................ok 9/13# Test 10 got: 'nimbus roman no9
> l'
> (t/font.t at line 93)
> # Expected: qr{(?i-xsm:Times)} (Value of -family)
> # t/font.t line 93 is: skip($skip_times,
> $val,qr/$expect{$key}/i,"Value of $key");
> # Test 13 got: 'normal' (t/font.t at line 93 fail #4)
> # Expected: qr{(?i-xsm:bold)} (Value of -weight)
> t/font.......................FAILED tests 10, 13
Hmm, seems your XFT / fontconfig is confusing the test.
The test pattern matches the list of returned fonts for /^times$/i
and only runs that test if it finds it. But when asked for Times
You get nimbus.
Can you run the test outside the harness - when it will print
list of font families just before doing the test:
cd Tk804.027
perl -Mblib t/font.t > log
and send resulting log?
Show quoted text>
> Failed 2/13 tests, 84.62% okay
>
>
> t/listbox....................NOK 365# Test 365 got: '2' (t/listbox.t
> at
> line 1500)
> # Expected: '3'
> # t/listbox.t line 1500 is: ok($lb->index(q/@5,57/), 3);
> t/listbox....................NOK 366# Test 366 got: '2' (t/listbox.t
> at
> line 1501)
> # Expected: '3'
> # t/listbox.t line 1501 is: ok($lb->index(q/@5,58/), 3);
> t/listbox....................FAILED tests 365-366
>
> Failed 2/437 tests, 99.54% okay (less 27 skipped tests: 408 okay,
> 93.36%)
>