Searched refs:tc (Results 101 - 125 of 1149) sorted by relevance

1234567891011>>

/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/ecma/Expressions/
H A D11.2.2-7-n.js77 testcases[tc++] = new TestCase( SECTION,
87 for ( tc=0; tc < testcases.length; tc++ ) {
88 testcases[tc].passed = writeTestCaseResult(
89 testcases[tc].expect,
90 testcases[tc].actual,
91 testcases[tc].description +" = "+
92 testcases[tc].actual );
94 testcases[tc]
[all...]
H A D11.2.2-8-n.js77 testcases[tc++] = new TestCase( SECTION,
87 for ( tc=0; tc < testcases.length; tc++ ) {
88 testcases[tc].passed = writeTestCaseResult(
89 testcases[tc].expect,
90 testcases[tc].actual,
91 testcases[tc].description +" = "+
92 testcases[tc].actual );
94 testcases[tc]
[all...]
H A D11.2.2-9-n.js77 testcases[tc++] = new TestCase( SECTION,
87 for ( tc=0; tc < testcases.length; tc++ ) {
88 testcases[tc].passed = writeTestCaseResult(
89 testcases[tc].expect,
90 testcases[tc].actual,
91 testcases[tc].description +" = "+
92 testcases[tc].actual );
94 testcases[tc]
[all...]
H A D11.2.3-3-n.js66 testcases[tc++] = new TestCase( SECTION, "(void 0).valueOf()", "error", (void 0).valueOf() );
70 for ( tc=0; tc < testcases.length; tc++ ) {
71 testcases[tc].passed = writeTestCaseResult(
72 testcases[tc].expect,
73 testcases[tc].actual,
74 testcases[tc].description +" = "+
75 testcases[tc].actual );
77 testcases[tc]
[all...]
H A D11.2.3-4-n.js66 testcases[tc++] = new TestCase( SECTION, "null.valueOf()", "error", null.valueOf() );
70 for ( tc=0; tc < testcases.length; tc++ ) {
71 testcases[tc].passed = writeTestCaseResult(
72 testcases[tc].expect,
73 testcases[tc].actual,
74 testcases[tc].description +" = "+
75 testcases[tc].actual );
77 testcases[tc]
[all...]
H A D11.2.3-5.js66 testcases[tc++] = new TestCase( SECTION, "true.valueOf()", true, true.valueOf() );
70 for ( tc=0; tc < testcases.length; tc++ ) {
71 testcases[tc].passed = writeTestCaseResult(
72 testcases[tc].expect,
73 testcases[tc].actual,
74 testcases[tc].description +" = "+
75 testcases[tc].actual );
77 testcases[tc]
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/ecma/FunctionObjects/
H A D15.3.3.1-1.js47 testcases[tc++] = new TestCase( SECTION, "Function.prototype == Function.proto", true, Function.__proto__ == Function.prototype );
52 for (tc=0 ; tc < testcases.length; tc++ ) {
53 testcases[tc].passed = writeTestCaseResult(
54 testcases[tc].expect,
55 testcases[tc].actual,
56 testcases[tc].description +" = "+ testcases[tc].actual );
58 testcases[tc]
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/ecma/LexicalConventions/
H A D7.3-10.js54 /*//*/testcases[tc].actual="pass";
56 for ( tc=0; tc < testcases.length; tc++ ) {
57 testcases[tc].passed = writeTestCaseResult(
58 testcases[tc].expect,
59 testcases[tc].actual,
60 testcases[tc].description +": "+
61 testcases[tc].actual );
63 testcases[tc]
[all...]
H A D7.3-3.js54 testcases[tc].actual = "pass";
56 for ( tc=0; tc < testcases.length; tc++ ) {
57 testcases[tc].passed = writeTestCaseResult(
58 testcases[tc].expect,
59 testcases[tc].actual,
60 testcases[tc].description +": "+
61 testcases[tc].actual );
63 testcases[tc]
[all...]
H A D7.3-6.js55 ***/testcases[tc].actual="pass";
57 for ( tc=0; tc < testcases.length; tc++ ) {
58 testcases[tc].passed = writeTestCaseResult(
59 testcases[tc].expect,
60 testcases[tc].actual,
61 testcases[tc].description +": "+
62 testcases[tc].actual );
64 testcases[tc]
[all...]
H A D7.3-8.js54 /**/testcases[tc].actual="pass";
56 for ( tc=0; tc < testcases.length; tc++ ) {
57 testcases[tc].passed = writeTestCaseResult(
58 testcases[tc].expect,
59 testcases[tc].actual,
60 testcases[tc].description +": "+
61 testcases[tc].actual );
63 testcases[tc]
[all...]
H A D7.3-9.js53 /*/*/testcases[tc].actual="pass";
55 for ( tc=0; tc < testcases.length; tc++ ) {
56 testcases[tc].passed = writeTestCaseResult(
57 testcases[tc].expect,
58 testcases[tc].actual,
59 testcases[tc].description +": "+
60 testcases[tc].actual );
62 testcases[tc]
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/ecma/Math/
H A D15.8-2-n.js70 for ( tc=0; tc < testcases.length; tc++ ) {
71 testcases[tc].actual = eval( testcases[tc].actual );
73 testcases[tc].passed = writeTestCaseResult(
74 testcases[tc].expect,
75 testcases[tc].actual,
76 testcases[tc].description +" = "+
77 testcases[tc]
[all...]
H A D15.8-3-n.js68 for ( tc=0; tc < testcases.length; tc++ ) {
69 testcases[tc].actual = eval( testcases[tc].actual );
71 testcases[tc].passed = writeTestCaseResult(
72 testcases[tc].expect,
73 testcases[tc].actual,
74 testcases[tc].description +" = "+
75 testcases[tc]
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/ecma/Number/
H A D15.7.3.3-3.js54 for ( tc = 0; tc < testcases.length; tc++ ) {
55 testcases[tc].actual = eval( testcases[tc].actual );
57 testcases[tc].passed = writeTestCaseResult(
58 testcases[tc].expect,
59 testcases[tc].actual,
60 testcases[tc].description +" = "+
61 testcases[tc]
[all...]
H A D15.7.3.4-3.js59 for ( tc = 0; tc < testcases.length; tc++ ) {
60 testcases[tc].actual = eval( testcases[tc].actual );
62 testcases[tc].passed = writeTestCaseResult(
63 testcases[tc].expect,
64 testcases[tc].actual,
65 testcases[tc].description +" = "+ testcases[tc]
[all...]
H A D15.7.3.5-3.js56 for ( tc=0; tc < testcases.length; tc++ ) {
57 testcases[tc].actual = eval( testcases[tc].actual );
58 testcases[tc].passed = writeTestCaseResult(
59 testcases[tc].expect,
60 testcases[tc].actual,
61 testcases[tc].description +" = "+ testcases[tc]
[all...]
H A D15.7.3.6-3.js56 for ( tc=0; tc < testcases.length; tc++ ) {
57 testcases[tc].actual = eval( testcases[tc].actual );
59 testcases[tc].passed = writeTestCaseResult(
60 testcases[tc].expect,
61 testcases[tc].actual,
62 testcases[tc].description +" = "+ testcases[tc]
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/ecma/ObjectObjects/
H A D15.2.4.js42 testcases[tc++] = new TestCase( SECTION, "Object.prototype.__proto__",
50 for ( tc=0; tc < testcases.length; tc++ ) {
51 testcases[tc].passed = writeTestCaseResult(
52 testcases[tc].expect,
53 testcases[tc].actual,
54 testcases[tc].description +" = "+ testcases[tc].actual );
56 testcases[tc]
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/ecma/Statements/
H A D12.2-1.js51 testcases[tc] = new TestCase( "SECTION",
59 for ( tc=0; tc < testcases.length; tc++ ) {
60 testcases[tc].passed = writeTestCaseResult(
61 testcases[tc].expect,
62 testcases[tc].actual,
63 testcases[tc].description +" = "+
64 testcases[tc].actual );
66 testcases[tc]
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/js1_1/regress/
H A Dfunction-001.js55 testcases[tc++] = new TestCase(
65 for ( tc=0; tc < testcases.length; tc++ ) {
66 testcases[tc].passed = writeTestCaseResult(
67 testcases[tc].expect,
68 testcases[tc].actual,
69 testcases[tc].description +" = "+
70 testcases[tc].actual );
72 testcases[tc]
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/js1_2/function/
H A Dfunction-001-n.js53 testcases[tc++] = new TestCase(
63 for ( tc=0; tc < testcases.length; tc++ ) {
64 testcases[tc].passed = writeTestCaseResult(
65 testcases[tc].expect,
66 testcases[tc].actual,
67 testcases[tc].description +" = "+
68 testcases[tc].actual );
70 testcases[tc]
[all...]
H A Dnesting-1.js42 testcases[tc++] = new TestCase( SECTION,
50 for ( tc=0; tc < testcases.length; tc++ ) {
51 testcases[tc].passed = writeTestCaseResult(
52 testcases[tc].expect,
53 testcases[tc].actual,
54 testcases[tc].description +" = "+
55 testcases[tc].actual );
57 testcases[tc]
[all...]
H A Dregexparg-2-n.js47 testcases[tc++] = new TestCase( SECTION,
55 for ( tc=0; tc < testcases.length; tc++ ) {
56 testcases[tc].passed = writeTestCaseResult(
57 testcases[tc].expect,
58 testcases[tc].actual,
59 testcases[tc].description +" = "+
60 testcases[tc].actual );
62 testcases[tc]
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/js1_3/Script/
H A Dfunction-001-n.js53 testcases[tc++] = new TestCase(
63 for ( tc=0; tc < testcases.length; tc++ ) {
64 testcases[tc].passed = writeTestCaseResult(
65 testcases[tc].expect,
66 testcases[tc].actual,
67 testcases[tc].description +" = "+
68 testcases[tc].actual );
70 testcases[tc]
[all...]

Completed in 200 milliseconds

1234567891011>>