Searched defs:testcases (Results 1 - 25 of 380) sorted by relevance

1234567891011>>

/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/RegExp/
H A Dexec-001.js31 testcases[0] = { expect:"PASSED", actual:"PASSED", description:"NO TESTS EXIST" };
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/String/
H A Dreplace-001.js58 testcases[0] = { expect:"PASSED", actual:"PASSED", description:"NO TESTS EXIST" };
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Boolean/
H A D15.6.4-1.js44 var testcases = getTestCases(); variable
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 +" = "+ testcases[tc].actual );
69 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value "
72 return ( testcases );
[all...]
H A D15.6.4-2.js44 var testcases = getTestCases(); variable
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 +" = "+ testcases[tc].actual );
63 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value "
66 return ( testcases );
[all...]
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Math/
H A D15.8.1.js45 var testcases = getTestCases(); variable
77 for ( i = 0; i < testcases.length; i++ ) {
78 testcases[i].passed = writeTestCaseResult(
79 testcases[i].expect,
80 testcases[i].actual,
81 testcases[i].description +" = "+ testcases[i].actual );
82 testcases[i].reason += ( testcases[i].passed ) ? "" : "wrong value "
85 return ( testcases );
[all...]
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/ExecutionContexts/
H A D10.1.4-10.js62 var testcases = getTestCases(); variable
67 for ( tc=0; tc < testcases.length; tc++ ) {
72 testcases[tc].actual = toString();
73 testcases[tc].expect = String(VALUE);
76 testcases[tc].passed = writeTestCaseResult(
77 testcases[tc].expect,
78 testcases[tc].actual,
79 testcases[tc].description +" = "+
80 testcases[tc].actual );
82 testcases[t
[all...]
H A D10.1.5-1.js49 var testcases = getTestCases(); variable
52 testcases[0].reason += " Object == null" ;
55 testcases[0].reason += " Function == null";
58 testcases[0].reason += " String == null";
61 testcases[0].reason += " Array == null";
64 testcases[0].reason += " Function == null";
67 testcases[0].reason += " Math == null";
70 testcases[0].reason += " Boolean == null";
73 testcases[0].reason += " Date == null";
77 testcases[
[all...]
H A D10.1.5-3.js48 var testcases = getTestCases(); variable
54 testcases[0].reason += " Object == null" ;
57 testcases[0].reason += " Function == null";
60 testcases[0].reason += " String == null";
63 testcases[0].reason += " Array == null";
66 testcases[0].reason += " Function == null";
69 testcases[0].reason += " Math == null";
72 testcases[0].reason += " Boolean == null";
75 testcases[0].reason += " Date == null";
79 testcases[
[all...]
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Expressions/
H A D11.12-1.js53 var testcases = getTestCases(); variable
75 for ( tc=0; tc < testcases.length; tc++ ) {
76 testcases[tc].passed = writeTestCaseResult(
77 testcases[tc].expect,
78 testcases[tc].actual,
79 testcases[tc].description +" = "+
80 testcases[tc].actual );
82 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
85 return ( testcases );
[all...]
H A D11.13.1.js44 var testcases = getTestCases(); variable
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].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
69 return ( testcases );
[all...]
H A D11.13.2-1.js49 var testcases = getTestCases(); variable
111 for ( tc=0; tc < testcases.length; tc++ ) {
112 testcases[tc].passed = writeTestCaseResult(
113 testcases[tc].expect,
114 testcases[tc].actual,
115 testcases[tc].description +" = "+
116 testcases[tc].actual );
118 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
121 return ( testcases );
[all...]
H A D11.13.2-2.js49 var testcases = getTestCases(); variable
125 for ( tc=0; tc < testcases.length; tc++ ) {
126 testcases[tc].passed = writeTestCaseResult(
127 testcases[tc].expect,
128 testcases[tc].actual,
129 testcases[tc].description +" = "+
130 testcases[tc].actual );
132 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
135 return ( testcases );
[all...]
H A D11.13.2-3.js49 var testcases = getTestCases(); variable
138 for ( tc=0; tc < testcases.length; tc++ ) {
139 testcases[tc].passed = writeTestCaseResult(
140 testcases[tc].expect,
141 testcases[tc].actual,
142 testcases[tc].description +" = "+
143 testcases[tc].actual );
145 testcases[tc].reason %= ( testcases[tc].passed ) ? "" : "wrong value ";
148 return ( testcases );
[all...]
H A D11.13.2-4.js49 var testcases = getTestCases(); variable
126 for ( tc=0; tc < testcases.length; tc++ ) {
127 testcases[tc].passed = writeTestCaseResult(
128 testcases[tc].expect,
129 testcases[tc].actual,
130 testcases[tc].description +" = "+
131 testcases[tc].actual );
133 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
136 return ( testcases );
[all...]
H A D11.13.2-5.js49 var testcases = getTestCases(); variable
126 for ( tc=0; tc < testcases.length; tc++ ) {
127 testcases[tc].passed = writeTestCaseResult(
128 testcases[tc].expect,
129 testcases[tc].actual,
130 testcases[tc].description +" = "+
131 testcases[tc].actual );
133 testcases[tc].reason -= ( testcases[tc].passed ) ? "" : "wrong value ";
136 return ( testcases );
[all...]
H A D11.13.js53 var testcases = getTestCases(); variable
75 for ( tc=0; tc < testcases.length; tc++ ) {
76 testcases[tc].passed = writeTestCaseResult(
77 testcases[tc].expect,
78 testcases[tc].actual,
79 testcases[tc].description +" = "+
80 testcases[tc].actual );
82 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
85 return ( testcases );
[all...]
H A D11.14-1.js47 var testcases = getTestCases(); variable
53 for ( tc=0; tc < testcases.length; tc++ ) {
54 testcases[tc].passed = writeTestCaseResult(
55 testcases[tc].expect,
56 testcases[tc].actual,
57 testcases[tc].description +" = "+
58 testcases[tc].actual );
60 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
63 return ( testcases );
[all...]
H A D11.3.2.js44 var testcases = getTestCases(); variable
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].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
60 return ( testcases );
[all...]
H A D11.4.2.js37 var testcases = getTestCases(); variable
76 for ( i = 0; i < testcases.length; i++ ) {
77 testcases[i].passed = writeTestCaseResult(
78 testcases[i].expect,
79 testcases[i].actual,
80 testcases[i].description +" = "+ testcases[i].actual );
81 testcases[i].reason += ( testcases[i].passed ) ? "" : "wrong value "
84 return ( testcases );
[all...]
H A D11.4.4.js43 var testcases = getTestCases(); variable
49 for ( tc=0; tc < testcases.length; tc++ ) {
50 testcases[tc].passed = writeTestCaseResult(
51 testcases[tc].expect,
52 testcases[tc].actual,
53 testcases[tc].description +" = "+
54 testcases[tc].actual );
56 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
59 return ( testcases );
[all...]
H A D11.4.5.js42 var testcases = getTestCases(); variable
48 for ( tc=0; tc < testcases.length; tc++ ) {
49 testcases[tc].passed = writeTestCaseResult(
50 testcases[tc].expect,
51 testcases[tc].actual,
52 testcases[tc].description +" = "+
53 testcases[tc].actual );
55 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
58 return ( testcases );
[all...]
H A D11.5.1.js58 var testcases = getTestCases(); variable
64 for ( tc=0; tc < testcases.length; tc++ ) {
65 testcases[tc].passed = writeTestCaseResult(
66 testcases[tc].expect,
67 testcases[tc].actual,
68 testcases[tc].description +" = "+
69 testcases[tc].actual );
71 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
74 return ( testcases );
[all...]
H A D11.6.3.js60 var testcases = getTestCases(); variable
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].actual );
73 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
76 return ( testcases );
[all...]
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/LexicalConventions/
H A D7.4.2-7-n.js49 var testcases = getTestCases(); variable
61 for ( tc=0; tc < testcases.length; tc++ ) {
62 testcases[tc].actual = eval( testcases[tc].actual );
63 testcases[tc].passed = writeTestCaseResult(
64 testcases[tc].expect,
65 testcases[tc].actual,
66 testcases[tc].description +" = "+
67 testcases[tc].actual );
69 testcases[t
[all...]
H A D7.4.2-8-n.js49 var testcases = getTestCases(); variable
61 for ( tc=0; tc < testcases.length; tc++ ) {
62 testcases[tc].actual = eval( testcases[tc].actual );
63 testcases[tc].passed = writeTestCaseResult(
64 testcases[tc].expect,
65 testcases[tc].actual,
66 testcases[tc].description +" = "+
67 testcases[tc].actual );
69 testcases[t
[all...]

Completed in 240 milliseconds

1234567891011>>