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

<<111213141516

  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Number/
15.7.3.5-4.js 41 var testcases = getTestCases(); variable
42 test( testcases );
56 function test( testcases ) {
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 += "property should not be enumerated "
    [all...]
15.7.3.6-3.js 41 var testcases = getTestCases(); variable
42 test( testcases );
56 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].actual )
    [all...]
15.7.3.6-4.js 40 var testcases = getTestCases(); variable
41 test( testcases );
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 += "property should not be enumerated ";
65 return ( testcases );
    [all...]
15.7.3.js 45 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 +" = "+
62 testcases[tc].actual );
64 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
67 return ( testcases );
    [all...]
15.7.4.1.js 39 var testcases = getTestCases(); variable
40 test( testcases );
54 for ( tc = 0; tc < testcases.length; tc++ ) {
55 testcases[tc].passed = writeTestCaseResult(
56 testcases[tc].expect,
57 testcases[tc].actual,
58 testcases[tc].description +" = "+ testcases[tc].actual );
60 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value "
    [all...]
15.7.4.js 52 var testcases = getTestCases(); variable
53 test( testcases );
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 );
80 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value "
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/ObjectObjects/
15.2.1.1.js 56 var testcases = getTestCases(); variable
139 for ( tc = 0; tc < testcases.length; tc++ ) {
140 testcases[tc].passed = writeTestCaseResult(
141 testcases[tc].expect,
142 testcases[tc].actual,
143 testcases[tc].description +" = "+
144 testcases[tc].actual );
146 testcases[tc].reason +=
147 ( testcases[tc].passed ) ? "" : "wrong value ";
150 return ( testcases );
    [all...]
15.2.1.2.js 56 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 +" = "+
78 testcases[tc].actual );
80 testcases[tc].reason +=
81 ( testcases[tc].passed ) ? "" : "wrong value ";
84 return ( testcases );
    [all...]
15.2.2.1.js 51 var testcases = getTestCases(); variable
128 for (tc = 0 ; tc < testcases.length; tc++ ) {
129 testcases[tc].passed = writeTestCaseResult(
130 testcases[tc].expect,
131 testcases[tc].actual,
132 testcases[tc].description +" = "+ testcases[tc].actual );
133 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
138 return ( testcases );
    [all...]
15.2.2.2.js 51 var testcases = getTestCases(); variable
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 +" = "+ testcases[tc].actual );
71 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
74 return ( testcases );
    [all...]
15.2.3.1-1.js 45 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 +" = "+ testcases[tc].actual );
64 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
67 return ( testcases );
    [all...]
15.2.3.1-2.js 46 var testcases = getTestCases(); variable
59 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 +" = "+ testcases[tc].actual );
66 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value "
    [all...]
15.2.3.1-3.js 46 var testcases = getTestCases(); variable
59 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 +" = "+ testcases[tc].actual );
65 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value "
    [all...]
15.2.3.1-4.js 46 var testcases = getTestCases(); variable
59 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 +" = "+ testcases[tc].actual );
66 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value "
    [all...]
15.2.3.js 45 var testcases = getTestCases(); variable
58 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 +" = "+ testcases[tc].actual );
64 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value "
    [all...]
15.2.4.1.js 40 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 +" = "+ testcases[tc].actual );
59 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
62 return ( testcases );
    [all...]
15.2.4.2.js 45 var testcases = getTestCases(); variable
113 for ( tc=0 ; tc < testcases.length; tc++ ) {
114 testcases[tc].passed = writeTestCaseResult(
115 testcases[tc].expect,
116 testcases[tc].actual,
117 testcases[tc].description +" = "+ testcases[tc].actual );
119 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
122 return ( testcases );
    [all...]
15.2.4.3.js 45 var testcases = getTestCases(); variable
106 for ( tc=0; tc < testcases.length; tc++ ) {
107 testcases[tc].passed = writeTestCaseResult(
108 testcases[tc].expect,
109 testcases[tc].actual,
110 testcases[tc].description +" = "+ testcases[tc].actual );
111 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
114 return ( testcases );
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Statements/
12.10-1.js 61 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...]
12.10.js 35 var testcases = getTestCases(); variable
42 for ( tc=0; tc < testcases.length; tc++ ) {
43 testcases[tc].passed = writeTestCaseResult(
44 testcases[tc].expect,
45 testcases[tc].actual,
46 testcases[tc].description +" = "+
47 testcases[tc].actual );
49 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
52 return ( testcases );
    [all...]
12.6.2-2.js 41 var testcases = getTestCases(); variable
65 testcases[0].actual = testprogram();
67 testcases[0].passed = writeTestCaseResult(
68 testcases[0].expect,
69 testcases[0].actual,
70 testcases[0].description +" = "+ testcases[0].actual );
72 testcases[0].reason += ( testcases[0].passed ) ? "" : "wrong value ";
75 return ( testcases );
    [all...]
12.6.2-5.js 41 var testcases = getTestCases(); variable
62 testcases[0].actual = testprogram();
63 testcases[0].passed = writeTestCaseResult(
64 testcases[0].expect,
65 testcases[0].actual,
66 testcases[0].description +" = "+ testcases[0].actual );
68 testcases[0].reason += ( testcases[0].passed ) ? "" : "wrong value ";
70 return ( testcases );
    [all...]
12.6.2-6.js 41 var testcases = getTestCases(); variable
64 testcases[0].actual = testprogram();
66 testcases[0].passed = writeTestCaseResult(
67 testcases[0].expect,
68 testcases[0].actual,
69 testcases[0].description +" = "+ testcases[0].actual );
71 testcases[0].reason += ( testcases[0].passed ) ? "" : "wrong value ";
74 return ( testcases );
    [all...]
12.6.2-7.js 41 var testcases = getTestCases(); variable
62 testcases[0].actual = testprogram();
64 testcases[0].passed = writeTestCaseResult(
65 testcases[0].expect,
66 testcases[0].actual,
67 testcases[0].description +" = "+ testcases[0].actual );
69 testcases[0].reason += ( testcases[0].passed ) ? "" : "wrong value ";
71 return ( testcases );
    [all...]
12.6.2-8.js 41 var testcases = getTestCases(); variable
59 testcases[0].actual = testprogram();
61 testcases[0].passed = writeTestCaseResult(
62 testcases[0].expect,
63 testcases[0].actual,
64 testcases[0].description +" = "+ testcases[0].actual );
66 testcases[0].reason += ( testcases[0].passed ) ? "" : "wrong value ";
68 return ( testcases );
    [all...]

Completed in 560 milliseconds

<<111213141516