Searched refs:tc (Results 1 - 25 of 1228) sorted by relevance

1234567891011>>

/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/ecma/Expressions/
H A D11.4.9.js44 testcases[tc++] = new TestCase( SECTION, "!(null)", true, !(null) );
45 testcases[tc++] = new TestCase( SECTION, "!(var x)", true, !(eval("var x")) );
46 testcases[tc++] = new TestCase( SECTION, "!(void 0)", true, !(void 0) );
48 testcases[tc++] = new TestCase( SECTION, "!(false)", true, !(false) );
49 testcases[tc++] = new TestCase( SECTION, "!(true)", false, !(true) );
50 testcases[tc++] = new TestCase( SECTION, "!()", true, !(eval()) );
51 testcases[tc++] = new TestCase( SECTION, "!(0)", true, !(0) );
52 testcases[tc++] = new TestCase( SECTION, "!(-0)", true, !(-0) );
53 testcases[tc++] = new TestCase( SECTION, "!(NaN)", true, !(Number.NaN) );
54 testcases[tc
[all...]
H A D11.12-2-n.js48 testcases[tc] = new TestCase( SECTION,
55 testcases[tc].actual = eval ( testcases[tc].actual );
60 for ( tc=0; tc < testcases.length; tc++ ) {
61 testcases[tc].passed = writeTestCaseResult(
62 testcases[tc].expect,
63 testcases[tc].actual,
64 testcases[tc]
[all...]
H A D11.12-3.js48 testcases[tc] = new TestCase( SECTION,
55 testcases[tc].actual = eval ( testcases[tc].actual );
60 for ( tc=0; tc < testcases.length; tc++ ) {
61 testcases[tc].passed = writeTestCaseResult(
62 testcases[tc].expect,
63 testcases[tc].actual,
64 testcases[tc]
[all...]
H A D11.12-4.js48 testcases[tc] = new TestCase( SECTION,
55 testcases[tc].actual = eval ( testcases[tc].actual );
60 for ( tc=0; tc < testcases.length; tc++ ) {
61 testcases[tc].passed = writeTestCaseResult(
62 testcases[tc].expect,
63 testcases[tc].actual,
64 testcases[tc]
[all...]
H A D11.2.2-11.js76 testcases[tc++] = new TestCase( SECTION,
81 testcases[tc++] = new TestCase( SECTION,
88 for ( tc=0; tc < testcases.length; tc++ ) {
89 testcases[tc].passed = writeTestCaseResult(
90 testcases[tc].expect,
91 testcases[tc].actual,
92 testcases[tc].description +" = "+
93 testcases[tc]
[all...]
H A D11.2.3-2-n.js66 testcases[tc++] = new TestCase( SECTION,
71 testcases[tc++] = new TestCase( SECTION,
79 for ( tc=0; tc < testcases.length; tc++ ) {
80 testcases[tc].passed = writeTestCaseResult(
81 testcases[tc].expect,
82 testcases[tc].actual,
83 testcases[tc].description +" = "+
84 testcases[tc]
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/ecma/SourceText/
H A D6-2.js74 testcases[tc++]= new TestCase( SECTION,
79 testcases[tc++]= new TestCase( SECTION,
85 testcases[tc++]= new TestCase( SECTION,
91 testcases[tc++]= new TestCase( SECTION,
96 testcases[tc] = new TestCase( SECTION,
102 testcases[tc].actual = s;
104 tc++;
106 testcases[tc]= new TestCase( SECTION,
112 testcases[tc].actual = s;
118 for ( tc
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/ecma/GlobalObject/
H A D15.1-1-n.js44 testcases[tc] = new TestCase( SECTION,
52 for ( tc=0; tc < testcases.length; tc++ ) {
53 testcases[tc].actual = eval(testcases[tc].actual);
55 testcases[tc].passed = writeTestCaseResult(
56 testcases[tc].expect,
57 testcases[tc].actual,
58 testcases[tc]
[all...]
H A D15.1-2-n.js43 testcases[tc] = new TestCase( SECTION,
50 for ( tc=0; tc < testcases.length; tc++ ) {
51 testcases[tc].actual = eval(testcases[tc].actual);
53 testcases[tc].passed = writeTestCaseResult(
54 testcases[tc].expect,
55 testcases[tc].actual,
56 testcases[tc]
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/ecma/Statements/
H A D12.6.1-1.js40 testcases[tc++] = new TestCase( SECTION,
45 testcases[tc++] = new TestCase( SECTION,
50 testcases[tc++] = new TestCase( SECTION,
57 for ( tc=0; tc < testcases.length; tc++ ) {
58 testcases[tc].passed = writeTestCaseResult(
59 testcases[tc].expect,
60 testcases[tc].actual,
61 testcases[tc]
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/ecma/Types/
H A D8.1.js43 testcases[tc++] = new TestCase( SECTION,
48 testcases[tc++] = new TestCase( SECTION,
53 testcases[tc++] = new TestCase( SECTION,
60 for ( tc=0; tc < testcases.length; tc++ ) {
61 testcases[tc].passed = writeTestCaseResult(
62 testcases[tc].expect,
63 testcases[tc].actual,
64 testcases[tc]
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/ecma/Boolean/
H A D15.6.4.2-4-n.js57 for ( tc=0; tc < testcases.length; tc++ ) {
58 testcases[tc].actual = eval(testcases[tc].actual);
60 testcases[tc].passed = writeTestCaseResult(
61 testcases[tc].expect,
62 testcases[tc].actual,
63 testcases[tc].description +" = "+
64 testcases[tc]
[all...]
H A D15.6.4.3-4-n.js58 for ( tc=0; tc < testcases.length; tc++ ) {
59 testcases[tc].actual = eval( testcases[tc].actual );
61 testcases[tc].passed = writeTestCaseResult(
62 testcases[tc].expect,
63 testcases[tc].actual,
64 testcases[tc].description +" = "+
65 testcases[tc]
[all...]
H A D15.6.4.js53 testcases[tc++] = new TestCase( SECTION,
58 testcases[tc++] = new TestCase( SECTION,
66 for ( tc=0; tc < testcases.length; tc++ ) {
67 testcases[tc].passed = writeTestCaseResult(
68 testcases[tc].expect,
69 testcases[tc].actual,
70 testcases[tc].description +" = "+
71 testcases[tc]
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/ecma/FunctionObjects/
H A D15.3.5.1.js54 testcases[tc++] = new TestCase( SECTION,
60 testcases[tc++] = new TestCase( SECTION,
69 for ( tc=0; tc < testcases.length; tc++ ) {
70 testcases[tc].passed = writeTestCaseResult(
71 testcases[tc].expect,
72 testcases[tc].actual,
73 testcases[tc].description +" = "+
74 testcases[tc]
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/ecma/LexicalConventions/
H A D7.4.1-1-n.js59 for ( tc=0; tc < testcases.length; tc++ ) {
60 testcases[tc].actual = eval( testcases[tc].actual );
61 testcases[tc].passed = writeTestCaseResult(
62 testcases[tc].expect,
63 testcases[tc].actual,
64 testcases[tc].description +" = "+
65 testcases[tc]
[all...]
H A D7.4.1-2-n.js58 for ( tc=0; tc < testcases.length; tc++ ) {
59 testcases[tc].actual = eval( testcases[tc].actual );
60 testcases[tc].passed = writeTestCaseResult(
61 testcases[tc].expect,
62 testcases[tc].actual,
63 testcases[tc].description +" = "+
64 testcases[tc]
[all...]
H A D7.4.1-3-n.js58 for ( tc=0; tc < testcases.length; tc++ ) {
59 testcases[tc].actual = eval( testcases[tc].actual );
60 testcases[tc].passed = writeTestCaseResult(
61 testcases[tc].expect,
62 testcases[tc].actual,
63 testcases[tc].description +" = "+
64 testcases[tc]
[all...]
H A D7.4.2-1-n.js64 for ( tc=0; tc < testcases.length; tc++ ) {
65 testcases[tc].actual = eval( testcases[tc].actual );
66 testcases[tc].passed = writeTestCaseResult(
67 testcases[tc].expect,
68 testcases[tc].actual,
69 testcases[tc].description +" = "+
70 testcases[tc]
[all...]
H A D7.4.2-10-n.js64 for ( tc=0; tc < testcases.length; tc++ ) {
65 testcases[tc].actual = eval( testcases[tc].actual );
66 testcases[tc].passed = writeTestCaseResult(
67 testcases[tc].expect,
68 testcases[tc].actual,
69 testcases[tc].description +" = "+
70 testcases[tc]
[all...]
H A D7.4.2-11-n.js64 for ( tc=0; tc < testcases.length; tc++ ) {
65 testcases[tc].actual = eval( testcases[tc].actual );
66 testcases[tc].passed = writeTestCaseResult(
67 testcases[tc].expect,
68 testcases[tc].actual,
69 testcases[tc].description +" = "+
70 testcases[tc]
[all...]
H A D7.4.2-12-n.js65 for ( tc=0; tc < testcases.length; tc++ ) {
66 testcases[tc].actual = eval( testcases[tc].actual );
67 testcases[tc].passed = writeTestCaseResult(
68 testcases[tc].expect,
69 testcases[tc].actual,
70 testcases[tc].description +" = "+
71 testcases[tc]
[all...]
H A D7.4.2-13-n.js64 for ( tc=0; tc < testcases.length; tc++ ) {
65 testcases[tc].actual = eval( testcases[tc].actual );
66 testcases[tc].passed = writeTestCaseResult(
67 testcases[tc].expect,
68 testcases[tc].actual,
69 testcases[tc].description +" = "+
70 testcases[tc]
[all...]
H A D7.4.2-14-n.js64 for ( tc=0; tc < testcases.length; tc++ ) {
65 testcases[tc].actual = eval( testcases[tc].actual );
66 testcases[tc].passed = writeTestCaseResult(
67 testcases[tc].expect,
68 testcases[tc].actual,
69 testcases[tc].description +" = "+
70 testcases[tc]
[all...]
H A D7.4.2-15-n.js65 for ( tc=0; tc < testcases.length; tc++ ) {
66 testcases[tc].actual = eval( testcases[tc].actual );
67 testcases[tc].passed = writeTestCaseResult(
68 testcases[tc].expect,
69 testcases[tc].actual,
70 testcases[tc].description +" = "+
71 testcases[tc]
[all...]

Completed in 202 milliseconds

1234567891011>>