- From: Ray Kiddy <ray@ganymede.org>
- Date: Mon, 23 Jul 2007 17:50:30 -0700
- To: public-css-testsuite@w3.org
On Jul 22, 2007, at 9:18 PM, fantasai wrote:
>
> Ray Kiddy wrote:
>> Hello -
>> In case this helps anyone else, I wanted to send this in. It
>> helped me a lot.
>> I can see that the list of tests is "woefully incomplete", but
>> that was not giving me anywhere to go. I created this page,
>> through a bit of copying and pasting and a little scripting, that
>> shows the ToC of the spec, with the tests for it.
>> Thus I can now see that At-Rules (sec 4.1.5) has some tests but,
>> sitting right next to it, Blocks (sec 4.1.6) does not. And so on.
>> This gives me something to grab onto.
>> Let me know if anyone finds this helpful.
>
> Heya~
>
> The current build scripts are actually capable of building a
> similar table atm
> (see catalog.pl), but since we don't have any recent builds of the
> test suite
> on the W3C site, you'd have to check out the tests from CVS and
> build them to
> get the index. I'm going to bug the CSSWG about that this week: we
> really should
> have a "current" version that's updated daily, not every other year.
>
> Build instructions are here:
> http://csswg.inkedblade.net/test/css2.1/harness
>
> ~fantasai
Speaking of which, when I do a make, I get the following:
cp: illegal option -- u
usage: cp [-R [-H | -L | -P]] [-f | -i | -n] [-pv] src target
cp [-R [-H | -L | -P]] [-f | -i | -n] [-pv] src1 ... srcN
directory
find cooked-tests -name '*.xht' | xargs -n 1 --replace cp -Lv {} tests
xargs: illegal option -- -
usage: xargs [-0pt] [-E eofstr] [-I replstr [-R replacements]] [-J
replstr]
[-L number] [-n number [-x] [-s size] [utility
[argument ...]]
make: *** [all] Error 1
This is in the "find raw-tests -name FILENAMES | xargs -n 1 perl make-
proper-tests.pl" section of the make process.
Just FYI.
thanx - ray
Received on Tuesday, 24 July 2007 00:51:03 UTC