Home | History | Annotate | Download | only in webkit

Lines Matching full:pass

26 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
30 PASS o1.b is 8
31 PASS o1.b is 11
33 PASS o2.b is 8
34 PASS o2.b is 11
36 PASS o3.x = 10; o3.x is 42
38 PASS o4.x is undefined.
40 PASS o4.__lookupGetter__('b') is getB
41 PASS o4.__lookupSetter__('b') is setB
43 PASS o5.__defineSetter__('a', null) threw exception TypeError: Object.prototype.__defineSetter__: Expecting function.
44 PASS o5.__defineSetter__('a', o5) threw exception TypeError: Object.prototype.__defineSetter__: Expecting function.
45 PASS o5.__defineGetter__('a', null) threw exception TypeError: Object.prototype.__defineGetter__: Expecting function.
46 PASS o5.__defineGetter__('a', o5) threw exception TypeError: Object.prototype.__defineGetter__: Expecting function.
48 PASS x = o6.x threw exception Exception in get.
49 PASS x is 0
50 PASS o6.x = 42 threw exception Exception in set.
52 PASS o7.x is undefined.
54 PASS o8.numSets is 0
55 PASS typeof testObj.getter is 'string'
57 PASS o9.b is 8
58 PASS o9.b is 11
60 PASS o10[42] is 8
61 PASS o10[42] is 11
62 PASS successfullyParsed is true