HomeSort by relevance Sort by last modified time
    Searched defs:testcases (Results 51 - 75 of 380) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/TypeConversion/
9.8.1.js 85 var testcases = getTestCases(); variable
91 for ( tc=0; tc < testcases.length; tc++ ) {
92 testcases[tc].passed = writeTestCaseResult(
93 testcases[tc].expect,
94 testcases[tc].actual,
95 testcases[tc].description +" = "+
96 testcases[tc].actual );
98 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
101 return ( testcases );
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Array/
15.4-1.js 41 var testcases = getTestCases(); variable
116 for ( tc=0; tc < testcases.length; tc++ ) {
117 testcases[tc].passed = writeTestCaseResult(
118 testcases[tc].expect,
119 testcases[tc].actual,
120 testcases[tc].description +" = "+ testcases[tc].actual );
122 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
125 return ( testcases );
    [all...]
15.4-2.js 48 var testcases = getTestCases(); variable
73 for ( tc=0; tc < testcases.length; tc++ ) {
74 testcases[tc].passed = writeTestCaseResult(
75 testcases[tc].expect,
76 testcases[tc].actual,
77 testcases[tc].description +" = "+ testcases[tc].actual );
79 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
82 return ( testcases );
    [all...]
15.4.1.1.js 45 var testcases = getTestCases(); variable
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 +" = "+ testcases[tc].actual );
84 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
87 return ( testcases );
    [all...]
15.4.1.2.js 45 var testcases = getTestCases(); variable
72 for ( tc=0; tc < testcases.length; tc++ ) {
73 testcases[tc].passed = writeTestCaseResult(
74 testcases[tc].expect,
75 testcases[tc].actual,
76 testcases[tc].description +" = "+ testcases[tc].actual );
77 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
80 return ( testcases );
    [all...]
15.4.1.3.js 45 var testcases = getTestCases(); variable
77 for ( tc=0; tc < testcases.length; tc++ ) {
78 testcases[tc].passed = writeTestCaseResult(
79 testcases[tc].expect,
80 testcases[tc].actual,
81 testcases[tc].description +" = "+ testcases[tc].actual );
82 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
85 return ( testcases );
    [all...]
15.4.1.js 43 var testcases = getTestCases(); variable
124 for (tc=0 ; tc < testcases.length; tc++ ) {
125 testcases[tc].passed = writeTestCaseResult(
126 testcases[tc].expect,
127 testcases[tc].actual,
128 testcases[tc].description +" = "+ testcases[tc].actual );
129 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
132 return ( testcases );
    [all...]
15.4.2.1-1.js 58 var testcases = getTestCases(); variable
81 for ( tc=0; tc < testcases.length; tc++ ) {
82 testcases[tc].passed = writeTestCaseResult(
83 testcases[tc].expect,
84 testcases[tc].actual,
85 testcases[tc].description +" = "+
86 testcases[tc].actual );
88 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
91 return ( testcases );
    [all...]
15.4.2.1-3.js 63 var testcases = getTestCases(); variable
101 for ( tc=0; tc < testcases.length; tc++ ) {
102 testcases[tc].passed = writeTestCaseResult(
103 testcases[tc].expect,
104 testcases[tc].actual,
105 testcases[tc].description +" = "+
106 testcases[tc].actual );
108 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
111 return ( testcases );
    [all...]
15.4.2.2-1.js 61 var testcases = getTestCases(); variable
94 for ( tc=0; tc < testcases.length; tc++ ) {
95 testcases[tc].passed = writeTestCaseResult(
96 testcases[tc].expect,
97 testcases[tc].actual,
98 testcases[tc].description +" = "+
99 testcases[tc].actual );
101 testcases[tc].reason += ( testcases[tc].passed )
106 return ( testcases );
    [all...]
15.4.2.2-2.js 59 var testcases = getTestCases(); variable
77 for ( tc=0; tc < testcases.length; tc++ ) {
78 testcases[tc].passed = writeTestCaseResult(
79 testcases[tc].expect,
80 testcases[tc].actual,
81 testcases[tc].description +" = "+
82 testcases[tc].actual );
83 testcases[tc].reason += ( testcases[tc].passed )
88 return ( testcases );
    [all...]
15.4.2.3.js 42 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 +" = "+ testcases[tc].actual );
70 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
73 return ( testcases );
    [all...]
15.4.3.1-2.js 39 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 );
62 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
65 return ( testcases );
    [all...]
15.4.3.2.js 38 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 +" = "+ testcases[tc].actual );
53 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
56 return ( testcases );
    [all...]
15.4.3.js 39 var testcases = getTestCases(); variable
51 for (tc=0 ; tc < testcases.length; tc++ ) {
52 testcases[tc].passed = writeTestCaseResult(
53 testcases[tc].expect,
54 testcases[tc].actual,
55 testcases[tc].description +" = "+ testcases[tc].actual );
57 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
62 return ( testcases );
    [all...]
15.4.4.1.js 38 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 +" = "+ testcases[tc].actual );
53 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
56 return ( testcases );
    [all...]
15.4.4.2.js 41 var testcases = getTestCases(); variable
74 for ( tc=0 ; tc < testcases.length; tc++ ) {
75 testcases[tc].passed = writeTestCaseResult(
76 testcases[tc].expect,
77 testcases[tc].actual,
78 testcases[tc].description +" = "+ testcases[tc].actual );
79 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
82 return ( testcases );
    [all...]
15.4.4.3-1.js 45 var testcases = getTestCases(); variable
141 for ( tc=0; tc < testcases.length; tc++ ) {
142 testcases[tc].passed = writeTestCaseResult(
143 testcases[tc].expect,
144 testcases[tc].actual,
145 testcases[tc].description +" = "+ testcases[tc].actual );
146 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
149 return ( testcases );
    [all...]
15.4.4.js 44 var testcases = getTestCases(); variable
51 // these testcases are ECMA_2
68 for ( tc=0; tc < testcases.length; tc++ ) {
69 testcases[tc].passed = writeTestCaseResult(
70 testcases[tc].expect,
71 testcases[tc].actual,
72 testcases[tc].description +" = "+ testcases[tc].actual );
73 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value "
    [all...]
15.4.5.1-1.js 65 var testcases = getTestCases(); variable
161 for ( tc=0; tc < testcases.length; tc++ ) {
162 testcases[tc].passed = writeTestCaseResult(
163 testcases[tc].expect,
164 testcases[tc].actual,
165 testcases[tc].description +" = "+
166 testcases[tc].actual );
168 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
171 return ( testcases );
    [all...]
15.4.5.2-1.js 42 var testcases = getTestCases(); variable
82 for ( tc=0; tc < testcases.length; tc++ ) {
83 testcases[tc].passed = writeTestCaseResult(
84 testcases[tc].expect,
85 testcases[tc].actual,
86 testcases[tc].description +" = "+
87 testcases[tc].actual );
89 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
92 return ( testcases );
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Boolean/
15.6.1.js 50 var testcases = getTestCases(); variable
85 for ( tc=0; tc < testcases.length; tc++ ) {
86 testcases[tc].passed = writeTestCaseResult(
87 testcases[tc].expect,
88 testcases[tc].actual,
89 testcases[tc].description +" = "+
90 testcases[tc].actual );
92 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
95 return ( testcases );
    [all...]
15.6.2.js 46 var testcases = getTestCases(); variable
151 for ( tc = 0; tc < testcases.length; tc++ ) {
152 testcases[tc].passed = writeTestCaseResult(
153 testcases[tc].expect,
154 testcases[tc].actual,
155 testcases[tc].description +" = "+ testcases[tc].actual );
156 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
159 return ( testcases );
    [all...]
15.6.3.1-1.js 45 var testcases = getTestCases(); variable
61 for ( tc=0; tc < testcases.length; tc++ ) {
62 testcases[tc].passed = writeTestCaseResult(
63 testcases[tc].expect,
64 testcases[tc].actual,
65 testcases[tc].description +" = "+
66 testcases[tc].actual );
68 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
71 return ( testcases );
    [all...]
15.6.3.1-2.js 44 var testcases = getTestCases(); variable
58 for ( tc=0; tc < testcases.length; tc++ ) {
59 testcases[tc].passed = writeTestCaseResult(
60 testcases[tc].expect,
61 testcases[tc].actual,
62 testcases[tc].description +" = "+
63 testcases[tc].actual );
65 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
68 return ( testcases );
    [all...]

Completed in 599 milliseconds

1 23 4 5 6 7 8 91011>>