1 |
wakaba |
1.5 |
2008-10-10 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
|
3 |
wakaba |
1.12 |
* wttjs.pl: Make result page URL configurable. Don't generate |
4 |
|
|
invalid JavaScript code even when there is no crash information |
5 |
|
|
available. Link to the result page. |
6 |
|
|
|
7 |
|
|
2008-10-10 Wakaba <wakaba@suika.fam.cx> |
8 |
|
|
|
9 |
wakaba |
1.11 |
* wttjs.pl: Test interface object even if NativeObject extended |
10 |
|
|
attribute is set, since I can't find any clause in the WebIDL spec |
11 |
|
|
that NativeObject implies NoInterfaceObject. Support for tests on |
12 |
|
|
exception interface objects and exception host objects. |
13 |
|
|
|
14 |
|
|
2008-10-10 Wakaba <wakaba@suika.fam.cx> |
15 |
|
|
|
16 |
|
|
* wttjs.pl: Some of skipped tests were counted as failed. |
17 |
|
|
|
18 |
|
|
2008-10-10 Wakaba <wakaba@suika.fam.cx> |
19 |
|
|
|
20 |
wakaba |
1.10 |
* wttjs.pl: Don't execute a test if it is known a priori to crash |
21 |
|
|
the browser. |
22 |
|
|
|
23 |
|
|
2008-10-10 Wakaba <wakaba@suika.fam.cx> |
24 |
|
|
|
25 |
wakaba |
1.9 |
* wttjs.pl: Skip a test if it tries to get an instance of the |
26 |
|
|
interface and then fails, since the purpose of the test is not |
27 |
|
|
determining whether the browser implements a way to instantiate |
28 |
|
|
the interface properly or not. |
29 |
|
|
|
30 |
|
|
2008-10-10 Wakaba <wakaba@suika.fam.cx> |
31 |
|
|
|
32 |
wakaba |
1.8 |
* wttjs.pl: Label added to all tests. Redundant dependency |
33 |
|
|
removed. |
34 |
|
|
|
35 |
|
|
2008-10-10 Wakaba <wakaba@suika.fam.cx> |
36 |
|
|
|
37 |
wakaba |
1.7 |
* wttjs.pl: Test result submission form added. |
38 |
|
|
|
39 |
|
|
2008-10-10 Wakaba <wakaba@suika.fam.cx> |
40 |
|
|
|
41 |
wakaba |
1.6 |
* wttjs.pl: Catch exceptions thrown by assignment to a ReadOnly |
42 |
|
|
property, to test only whether ReadOnly attribute is set or not. |
43 |
|
|
|
44 |
|
|
2008-10-10 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
|
46 |
wakaba |
1.5 |
* wttjs.pl: Inheritance support. [Stringifies] support. |
47 |
|
|
Operation support. Attribute support. |
48 |
|
|
(generate_id): Support for method/attribute names end with an |
49 |
|
|
uppercase letter. |
50 |
|
|
(generate_test): Use test_id instead of file name for the |title| |
51 |
|
|
element content. |
52 |
|
|
|
53 |
wakaba |
1.2 |
2008-10-09 Wakaba <wakaba@suika.fam.cx> |
54 |
|
|
|
55 |
wakaba |
1.4 |
* wttjs.pl: Interface prototype object's |constructor| property |
56 |
|
|
test added. Constant value property tests added. |
57 |
|
|
|
58 |
|
|
2008-10-09 Wakaba <wakaba@suika.fam.cx> |
59 |
|
|
|
60 |
wakaba |
1.3 |
* wttjs.pl: Typo fixed. Generate test harness HTML page. |
61 |
|
|
|
62 |
|
|
2008-10-09 Wakaba <wakaba@suika.fam.cx> |
63 |
|
|
|
64 |
wakaba |
1.2 |
* wttjs.pl: New script. |
65 |
|
|
|
66 |
|
|
* ChangeLog: New file. |
67 |
|
|
|
68 |
|
|
|