HomeSort by relevance Sort by last modified time
    Searched full:testcases (Results 401 - 425 of 962) sorted by null

<<11121314151617181920>>

  /external/webkit/JavaScriptCore/tests/mozilla/ecma/FunctionObjects/
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.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/JavaScriptCore/tests/mozilla/ecma/GlobalObject/
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...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/LexicalConventions/
7.1-2.js 49 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 +" = "+
68 testcases[tc].actual );
70 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
73 return ( testcases );
    [all...]
7.2-6.js 46 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...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Math/
15.8-1.js 55 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 += ( testcases[tc].passed ) ? "" : "wrong value ";
83 return ( testcases );
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Number/
15.7.4-1.js 36 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 +" = "+
57 testcases[tc].actual );
59 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
62 return ( testcases );
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/ObjectObjects/
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.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...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/String/
15.5.3.1-1.js 45 var testcases = getTestCases(); variable
62 for ( tc=0; tc < testcases.length; tc++ ) {
63 testcases[tc].passed = writeTestCaseResult(
64 testcases[tc].expect,
65 testcases[tc].actual,
66 testcases[tc].description +" = "+
67 testcases[tc].actual );
69 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
72 return ( testcases );
    [all...]
15.5.4.1.js 38 var testcases = getTestCases(); variable
53 for ( ; 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 ";
65 return ( testcases );
    [all...]
15.5.4.5-4.js 38 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 +" = "+ testcases[tc].actual );
72 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
79 return ( testcases );
    [all...]
15.5.4.js 38 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 ";
73 return ( testcases );
    [all...]
15.5.5.1.js 44 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 +" = "+
84 testcases[tc].actual );
86 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
89 return ( testcases );
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Date/
15.9.5.27-1.js 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 +" = "+
57 testcases[tc].actual );
59 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
62 return ( testcases );
126 var item = testcases.length
    [all...]
15.9.5.29-1.js 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].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
66 return ( testcases );
136 var item = testcases.length
    [all...]
15.9.5.36-4.js 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 );
130 var item = testcases.length
    [all...]
15.9.5.36-5.js 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 );
117 var item = testcases.length
    [all...]
15.9.5.36-6.js 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 );
104 var item = testcases.length
    [all...]
15.9.5.36-7.js 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 );
89 var item = testcases.length
    [all...]
15.9.5.37-2.js 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 );
136 var item = testcases.length
    [all...]
15.9.5.37-3.js 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 );
122 var item = testcases.length
    [all...]
15.9.5.37-4.js 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 );
104 var item = testcases.length
    [all...]
15.9.5.37-5.js 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 );
87 var item = testcases.length
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Expressions/
11.1.1.js 38 var testcases = new Array();
45 testcases[item++] = new TestCase( SECTION,
50 testcases[item++] = new TestCase( SECTION,
57 testcases[item++] = new TestCase( SECTION,
64 testcases[item++] = new TestCase( SECTION,
71 testcases[item++] = new TestCase( SECTION,
76 testcases[item++] = new TestCase( SECTION,
81 testcases[item++] = new TestCase( SECTION,
86 testcases[item++] = new TestCase( SECTION,
92 testcases[item++] = new TestCase( SECTION
    [all...]

Completed in 181 milliseconds

<<11121314151617181920>>