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

1 2 34 5 6 7 8 91011>>

  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Boolean/
15.6.3.1-3.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...]
15.6.3.1-4.js 44 var testcases = getTestCases(); variable
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 +" = "+
73 testcases[tc].actual );
75 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
78 return ( testcases );
    [all...]
15.6.3.1-5.js 37 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...]
15.6.3.1.js 47 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.js 42 var testcases = getTestCases(); variable
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 );
    [all...]
15.6.4.1.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 +" = "+
59 testcases[tc].actual );
61 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
64 return ( testcases );
    [all...]
15.6.4.2-1.js 44 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.6.4.2-2.js 42 var testcases = getTestCases(); variable
66 for ( tc=0; tc < testcases.length; tc++ ) {
67 testcases[tc].actual = eval( testcases[tc].actual );
69 testcases[tc].passed = writeTestCaseResult(
70 testcases[tc].expect,
71 testcases[tc].actual,
72 testcases[tc].description +" = "+
73 testcases[tc].actual );
75 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value "
    [all...]
15.6.4.2-3.js 43 var testcases = getTestCases(); variable
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 );
    [all...]
15.6.4.2-4-n.js 42 var testcases = getTestCases(); variable
57 for ( tc=0; tc < testcases.length; tc++ ) {
58 testcases[tc].actual = eval(testcases[tc].actual);
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 "
    [all...]
15.6.4.3-1.js 43 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 +" = "+
85 testcases[tc].actual );
87 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
90 return ( testcases );
    [all...]
15.6.4.3-2.js 43 var testcases = getTestCases(); variable
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 );
    [all...]
15.6.4.3-4-n.js 42 var testcases = getTestCases(); variable
58 for ( tc=0; tc < testcases.length; tc++ ) {
59 testcases[tc].actual = eval( testcases[tc].actual );
61 testcases[tc].passed = writeTestCaseResult(
62 testcases[tc].expect,
63 testcases[tc].actual,
64 testcases[tc].description +" = "+
65 testcases[tc].actual );
67 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value "
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/ExecutionContexts/
10.1.3.js 38 var testcases = getTestCases(); variable
10.1.4-1.js 62 var testcases = getTestCases(); variable
67 for ( tc=0; tc < testcases.length; tc++ ) {
71 testcases[tc].description += "( " + INPUT +" )" ;
74 testcases[tc].actual = eval( INPUT );
75 testcases[tc].expect = Math.pow(INPUT,2);
78 testcases[tc].passed = writeTestCaseResult(
79 testcases[tc].expect,
80 testcases[tc].actual,
81 testcases[tc].description +" = "+
82 testcases[tc].actual )
    [all...]
10.1.4-2.js 62 var testcases = getTestCases(); variable
67 for ( tc=0; tc < testcases.length; tc++ ) {
71 testcases[tc].description += "( "+INPUT +" )" ;
75 testcases[tc].actual = eval( INPUT );
76 testcases[tc].expect = Math.pow(INPUT,2);
80 testcases[tc].passed = writeTestCaseResult(
81 testcases[tc].expect,
82 testcases[tc].actual,
83 testcases[tc].description +" = "+
84 testcases[tc].actual )
    [all...]
10.1.4-3.js 62 var testcases = getTestCases(); variable
66 for ( tc=0; tc < testcases.length; tc++ ) {
70 testcases[tc].description += ( INPUT +"" );
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 "
    [all...]
10.1.4-4.js 62 var testcases = getTestCases(); variable
66 for ( tc=0; tc < testcases.length; tc++ ) {
70 testcases[tc].description += ( INPUT +"" );
76 testcases[tc].actual = eval( INPUT );
77 testcases[tc].expect = INPUT;
79 testcases[tc].passed = writeTestCaseResult(
80 testcases[tc].expect,
81 testcases[tc].actual,
82 testcases[tc].description +" = "+
83 testcases[tc].actual )
    [all...]
10.1.4-5.js 62 var testcases = getTestCases(); variable
66 for ( tc=0; tc < testcases.length; tc++ ) {
70 testcases[tc].description += ( INPUT +"" );
76 testcases[tc].actual = eval( INPUT );
77 testcases[tc].expect = INPUT;
79 testcases[tc].passed = writeTestCaseResult(
80 testcases[tc].expect,
81 testcases[tc].actual,
82 testcases[tc].description +" = "+
83 testcases[tc].actual )
    [all...]
10.1.4-7.js 62 var testcases = getTestCases(); variable
66 for ( tc=0; tc < testcases.length; tc++ ) {
70 testcases[tc].description += ( INPUT +"" );
74 testcases[tc].actual = eval( INPUT );
75 testcases[tc].expect = INPUT;
78 testcases[tc].passed = writeTestCaseResult(
79 testcases[tc].expect,
80 testcases[tc].actual,
81 testcases[tc].description +" = "+
82 testcases[tc].actual )
    [all...]
10.1.4-8.js 62 var testcases = getTestCases(); variable
66 for ( tc=0; tc < testcases.length; tc++ ) {
70 testcases[tc].description += ( INPUT +"" );
75 testcases[tc].actual = eval( INPUT );
76 testcases[tc].expect = Math.pow(INPUT,3);
79 testcases[tc].passed = writeTestCaseResult(
80 testcases[tc].expect,
81 testcases[tc].actual,
82 testcases[tc].description +" = "+
83 testcases[tc].actual )
    [all...]
10.1.4-9.js 60 var testcases = getTestCases(); variable
66 for ( tc=0; tc < testcases.length; tc++ ) {
74 testcases[tc].actual = NEW_PROPERTY;
75 testcases[tc].expect = RESULT;
77 testcases[tc].passed = writeTestCaseResult(
78 testcases[tc].expect,
79 testcases[tc].actual,
80 testcases[tc].description +" = "+
81 testcases[tc].actual );
83 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value "
    [all...]
10.1.5-2.js 49 var testcases = getTestCases(); variable
51 var EVAL_STRING = 'if ( Object == null ) { testcases[0].reason += " Object == null" ; }' +
52 'if ( Function == null ) { testcases[0].reason += " Function == null"; }' +
53 'if ( String == null ) { testcases[0].reason += " String == null"; }' +
54 'if ( Array == null ) { testcases[0].reason += " Array == null"; }' +
55 'if ( Number == null ) { testcases[0].reason += " Function == null";}' +
56 'if ( Math == null ) { testcases[0].reason += " Math == null"; }' +
57 'if ( Boolean == null ) { testcases[0].reason += " Boolean == null"; }' +
58 'if ( Date == null ) { testcases[0].reason += " Date == null"; }' +
59 'if ( eval == null ) { testcases[0].reason += " eval == null"; }'
    [all...]
10.1.5-4.js 49 var testcases = getTestCases(); variable
51 var EVAL_STRING = 'if ( Object == null ) { testcases[0].reason += " Object == null" ; }' +
52 'if ( Function == null ) { testcases[0].reason += " Function == null"; }' +
53 'if ( String == null ) { testcases[0].reason += " String == null"; }' +
54 'if ( Array == null ) { testcases[0].reason += " Array == null"; }' +
55 'if ( Number == null ) { testcases[0].reason += " Function == null";}' +
56 'if ( Math == null ) { testcases[0].reason += " Math == null"; }' +
57 'if ( Boolean == null ) { testcases[0].reason += " Boolean == null"; }' +
58 'if ( Date == null ) { testcases[0].reason += " Date == null"; }' +
59 'if ( eval == null ) { testcases[0].reason += " eval == null"; }'
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Expressions/
11.4.1.js 40 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 "
83 return ( testcases );
    [all...]

Completed in 175 milliseconds

1 2 34 5 6 7 8 91011>>