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

1 2 3 4 5 6 7 891011>>

  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Math/
15.8-3-n.js 54 var testcases = getTestCases(); variable
68 for ( tc=0; tc < testcases.length; tc++ ) {
69 testcases[tc].actual = eval( testcases[tc].actual );
71 testcases[tc].passed = writeTestCaseResult(
72 testcases[tc].expect,
73 testcases[tc].actual,
74 testcases[tc].description +" = "+
75 testcases[tc].actual );
77 testcases[tc].reason += "Math does not have the [Call] property"
    [all...]
15.8.1.1-1.js 40 var testcases = getTestCases(); variable
50 for ( tc=0; tc < testcases.length; tc++ ) {
51 testcases[tc].actual = eval( testcases[tc].actual );
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 ) ? "" : "Math.E should be read-only "
    [all...]
15.8.1.1-2.js 40 var testcases = getTestCases(); variable
53 for ( tc=0; tc < testcases.length; tc++ ) {
54 testcases[tc].actual = eval( testcases[tc].actual );
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 ) ? "" : "should not be able to delete property"
    [all...]
15.8.1.2-1.js 40 var testcases = getTestCases(); variable
50 for ( tc=0; tc < testcases.length; tc++ ) {
51 testcases[tc].actual = eval( testcases[tc].actual );
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 ) ? "" : "property should be read-only "
    [all...]
15.8.1.2-2.js 41 var testcases = getTestCases(); variable
51 for ( tc=0; tc < testcases.length; tc++ ) {
52 testcases[tc].actual = eval( testcases[tc].actual );
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 ) ? "" : "property should be read-only "
    [all...]
15.8.1.3-1.js 41 var testcases = getTestCases(); variable
51 for ( tc=0; tc < testcases.length; tc++ ) {
52 testcases[tc].actual = eval( testcases[tc].actual );
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 ) ? "" : "property should be read-only "
    [all...]
15.8.1.3-2.js 41 var testcases = getTestCases(); variable
57 for ( tc=0; tc < testcases.length; tc++ ) {
58 testcases[tc].actual = eval( testcases[tc].actual );
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 ) ? "" : "property should be read-only "
    [all...]
15.8.1.4-1.js 41 var testcases = getTestCases(); variable
51 for ( tc=0; tc < testcases.length; tc++ ) {
52 testcases[tc].actual = eval( testcases[tc].actual );
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 ) ? "" : "property should be read-only "
    [all...]
15.8.1.4-2.js 41 var testcases = getTestCases(); variable
52 for ( tc=0; tc < testcases.length; tc++ ) {
53 testcases[tc].actual = eval( testcases[tc].actual );
54 testcases[tc].passed = writeTestCaseResult(
55 testcases[tc].expect,
56 testcases[tc].actual,
57 testcases[tc].description +" = "+
58 testcases[tc].actual );
60 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "property should be read-only "
    [all...]
15.8.1.5-1.js 42 var testcases = getTestCases(); variable
54 for ( tc=0; tc < testcases.length; tc++ ) {
55 testcases[tc].actual = eval( testcases[tc].actual );
56 testcases[tc].passed = writeTestCaseResult(
57 testcases[tc].expect,
58 testcases[tc].actual,
59 testcases[tc].description +" = "+
60 testcases[tc].actual );
62 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "property should be read-only "
    [all...]
15.8.1.5-2.js 41 var testcases = getTestCases(); variable
53 for ( tc=0; tc < testcases.length; tc++ ) {
54 testcases[tc].actual = eval( testcases[tc].actual );
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 ) ? "" : "property should be read-only "
    [all...]
15.8.1.6-1.js 41 var testcases = getTestCases(); variable
51 for ( tc=0; tc < testcases.length; tc++ ) {
52 testcases[tc].actual = eval( testcases[tc].actual );
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 ) ? "" : "property should be read-only "
    [all...]
15.8.1.6-2.js 41 var testcases = getTestCases(); variable
52 for ( tc=0; tc < testcases.length; tc++ ) {
53 testcases[tc].actual = eval( testcases[tc].actual );
54 testcases[tc].passed = writeTestCaseResult(
55 testcases[tc].expect,
56 testcases[tc].actual,
57 testcases[tc].description +" = "+
58 testcases[tc].actual );
60 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "property should be read-only "
    [all...]
15.8.1.7-1.js 41 var testcases = getTestCases(); variable
51 for ( tc=0; tc < testcases.length; tc++ ) {
52 testcases[tc].actual = eval( testcases[tc].actual );
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 ) ? "" : "property should be read-only "
    [all...]
15.8.1.7-2.js 41 var testcases = getTestCases(); variable
52 for ( tc=0; tc < testcases.length; tc++ ) {
53 testcases[tc].actual = eval( testcases[tc].actual );
54 testcases[tc].passed = writeTestCaseResult(
55 testcases[tc].expect,
56 testcases[tc].actual,
57 testcases[tc].description +" = "+
58 testcases[tc].actual );
60 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "property should be read-only "
    [all...]
15.8.1.8-1.js 41 var testcases = getTestCases(); variable
51 for ( tc=0; tc < testcases.length; tc++ ) {
52 testcases[tc].actual = eval( testcases[tc].actual );
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 ) ? "" : "property should be read-only "
    [all...]
15.8.1.8-2.js 40 var testcases = getTestCases(); variable
51 for ( tc=0; tc < testcases.length; tc++ ) {
52 testcases[tc].actual = eval( testcases[tc].actual );
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 ) ? "" : "property should be read-only "
    [all...]
15.8.2.1.js 42 var testcases = getTestCases(); variable
92 for ( tc=0; tc < testcases.length; tc++ ) {
93 testcases[tc].passed = writeTestCaseResult(
94 testcases[tc].expect,
95 testcases[tc].actual,
96 testcases[tc].description +" = "+
97 testcases[tc].actual );
99 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
102 return ( testcases );
    [all...]
15.8.2.10.js 45 var testcases = getTestCases(); variable
75 for ( tc=0; tc < testcases.length; tc++ ) {
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 ";
85 return ( testcases );
    [all...]
15.8.2.11.js 46 var testcases = getTestCases(); variable
87 for ( tc=0; tc < testcases.length; tc++ ) {
88 testcases[tc].passed = writeTestCaseResult(
89 testcases[tc].expect,
90 testcases[tc].actual,
91 testcases[tc].description +" = "+
92 testcases[tc].actual );
94 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
97 return ( testcases );
    [all...]
15.8.2.12.js 47 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.8.2.13.js 40 var testcases = getTestCases(); variable
121 for ( tc=0; tc < testcases.length; tc++ ) {
122 testcases[tc].passed = writeTestCaseResult(
123 testcases[tc].expect,
124 testcases[tc].actual,
125 testcases[tc].description +" = "+
126 testcases[tc].actual );
128 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
131 return ( testcases );
    [all...]
15.8.2.14.js 43 var testcases = getTestCases(); variable
58 testcases[caseno].reason = Math.random();
59 testcases[caseno].actual = "pass";
61 if ( ! ( testcases[caseno].reason >= 0) ) {
62 testcases[caseno].actual = "fail";
65 if ( ! (testcases[caseno].reason < 1) ) {
66 testcases[caseno].actual = "fail";
71 for ( tc=0; tc < testcases.length; tc++ ) {
73 testcases[tc].passed = writeTestCaseResult(
74 testcases[tc].expect
    [all...]
15.8.2.16.js 38 var testcases = getTestCases(); variable
67 for ( tc=0; tc < testcases.length; tc++ ) {
68 testcases[tc].passed = writeTestCaseResult(
69 testcases[tc].expect,
70 testcases[tc].actual,
71 testcases[tc].description +" = "+
72 testcases[tc].actual );
74 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
77 return ( testcases );
    [all...]
15.8.2.17.js 43 var testcases = getTestCases(); variable
88 for ( tc=0; tc < testcases.length; tc++ ) {
89 testcases[tc].passed = writeTestCaseResult(
90 testcases[tc].expect,
91 testcases[tc].actual,
92 testcases[tc].description +" = "+
93 testcases[tc].actual );
95 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
98 return ( testcases );
    [all...]

Completed in 67 milliseconds

1 2 3 4 5 6 7 891011>>