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

1 2 3 45 6 7 8 91011>>

  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Expressions/
11.4.6.js 33 var testcases = getTestCases(); variable
40 for ( tc=0; tc < testcases.length; tc++ ) {
41 testcases[tc].passed = writeTestCaseResult(
42 testcases[tc].expect,
43 testcases[tc].actual,
44 testcases[tc].description +" = "+
45 testcases[tc].actual );
47 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
50 return ( testcases );
    [all...]
11.5.2.js 57 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...]
11.5.3.js 59 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...]
11.9.1.js 45 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 +" = "+
56 testcases[tc].actual );
58 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
61 return ( testcases );
    [all...]
11.9.2.js 44 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...]
11.9.3.js 44 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...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/FunctionObjects/
15.3.1.1-1.js 47 var testcases = getTestCases(); variable
80 for ( tc=0; tc < testcases.length; tc++ ) {
81 testcases[tc].passed = writeTestCaseResult(
82 testcases[tc].expect,
83 testcases[tc].actual,
84 testcases[tc].description +" = "+ testcases[tc].actual );
86 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
89 return ( testcases );
    [all...]
15.3.1.1-2.js 46 var testcases = getTestCases(); variable
108 for ( tc=0; tc < testcases.length; tc++ ) {
109 testcases[tc].passed = writeTestCaseResult(
110 testcases[tc].expect,
111 testcases[tc].actual,
112 testcases[tc].description +" = "+ testcases[tc].actual );
114 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
117 return ( testcases );
    [all...]
15.3.2.1-1.js 48 var testcases = getTestCases(); variable
84 for ( tc=0; tc < testcases.length; tc++ ) {
85 testcases[tc].passed = writeTestCaseResult(
86 testcases[tc].expect,
87 testcases[tc].actual,
88 testcases[tc].description +" = "+ testcases[tc].actual );
90 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
93 return ( testcases );
    [all...]
15.3.2.1-2.js 39 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 +" = "+ testcases[tc].actual );
107 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
110 return ( testcases );
    [all...]
15.3.2.1-3.js 46 var testcases = getTestCases(); variable
86 for ( tc=0; tc < testcases.length; tc++ ) {
87 testcases[tc].passed = writeTestCaseResult(
88 testcases[tc].expect,
89 testcases[tc].actual,
90 testcases[tc].description +" = "+ testcases[tc].actual );
92 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
95 return ( testcases );
    [all...]
15.3.3.1-2.js 46 var testcases = getTestCases(); variable
60 for ( tc=0; tc < testcases.length; tc++ ) {
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 ";
69 return ( testcases );
    [all...]
15.3.3.1-3.js 46 var testcases = getTestCases(); variable
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 +" = "+ testcases[tc].actual );
75 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
78 return ( testcases );
    [all...]
15.3.3.1-4.js 46 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 +" = "+ testcases[tc].actual );
66 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
69 return ( testcases );
    [all...]
15.3.3.2.js 41 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 );
56 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
59 return ( testcases );
    [all...]
15.3.4-1.js 52 var testcases = getTestCases(); variable
71 for ( tc=0; tc < testcases.length; tc++ ) {
72 testcases[tc].passed = writeTestCaseResult(
73 testcases[tc].expect,
74 testcases[tc].actual,
75 testcases[tc].description +" = "+ testcases[tc].actual );
76 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
79 return ( testcases );
    [all...]
15.3.4.1.js 40 var testcases = getTestCases(); variable
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].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
61 return ( testcases );
    [all...]
15.3.4.js 51 var testcases = getTestCases(); variable
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 +" = "+ testcases[tc].actual );
75 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
78 return ( testcases );
    [all...]
15.3.5-1.js 64 var testcases = getTestCases(); variable
108 for ( tc=0; tc < testcases.length; tc++ ) {
109 testcases[tc].passed = writeTestCaseResult(
110 testcases[tc].expect,
111 testcases[tc].actual,
112 testcases[tc].description +" = "+ testcases[tc].actual );
114 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
117 return ( testcases );
    [all...]
15.3.5-2.js 64 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 +" = "+ testcases[tc].actual );
87 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
90 return ( testcases );
    [all...]
15.3.5.3.js 49 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...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/GlobalObject/
15.1.1.1.js 39 var testcases = getTestCases(); variable
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 +" = "+ testcases[tc].actual );
60 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
63 return ( testcases );
    [all...]
15.1.1.2.js 39 var testcases = getTestCases(); variable
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 ";
65 return ( testcases );
    [all...]
15.1.2.1-1.js 40 var testcases = getTestCases(); variable
80 for ( tc=0; tc < testcases.length; tc++ ) {
81 testcases[tc].passed = writeTestCaseResult(
82 testcases[tc].expect,
83 testcases[tc].actual,
84 testcases[tc].description +" = "+ testcases[tc].actual );
86 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
90 return ( testcases );
    [all...]
15.1.2.1-2.js 41 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...]

Completed in 366 milliseconds

1 2 3 45 6 7 8 91011>>