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

1 2 3 4 56 7 8 91011>>

  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/GlobalObject/
15.1.2.2-1.js 99 var testcases = getTestCases(); variable
281 for ( tc=0 ; tc < testcases.length; tc++ ) {
282 testcases[tc].passed = writeTestCaseResult(
283 testcases[tc].expect,
284 testcases[tc].actual,
285 testcases[tc].description +" = "+ testcases[tc].actual );
287 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
290 return ( testcases );
    [all...]
15.1.2.3-1.js 69 var testcases = getTestCases(); variable
434 for ( tc=0; tc < testcases.length; tc++ ) {
435 testcases[tc].passed = writeTestCaseResult(
436 testcases[tc].expect,
437 testcases[tc].actual,
438 testcases[tc].description +" = "+ testcases[tc].actual );
440 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
443 return ( testcases );
    [all...]
15.1.2.3-2.js 66 var testcases = getTestCases(); variable
285 for ( tc=0; tc < testcases.length; tc++ ) {
286 testcases[tc].passed = writeTestCaseResult(
287 testcases[tc].expect,
288 testcases[tc].actual,
289 testcases[tc].description +" = "+ testcases[tc].actual );
291 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
294 return ( testcases );
    [all...]
15.1.2.6.js 42 var testcases = getTestCases(); variable
118 for ( tc=0; tc < testcases.length; tc++ ) {
119 testcases[tc].passed = writeTestCaseResult(
120 testcases[tc].expect,
121 testcases[tc].actual,
122 testcases[tc].description +" = "+ testcases[tc].actual );
123 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
126 return ( testcases );
    [all...]
15.1.2.7.js 43 var testcases = getTestCases(); variable
122 for ( tc=0; tc < testcases.length; tc++ ) {
123 testcases[tc].passed = writeTestCaseResult(
124 testcases[tc].expect,
125 testcases[tc].actual,
126 testcases[tc].description +" = "+ testcases[tc].actual );
127 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
130 return ( testcases );
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/LexicalConventions/
7.1-1.js 49 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...]
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.1-3.js 49 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...]
7.2-1.js 46 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...]
7.2-2-n.js 49 var testcases = getTestCases(); variable
58 testcases[tc].passed = writeTestCaseResult(
59 "failure on line" + testcases[tc].expect,
60 testcases[tc].actual,
61 testcases[tc].description +" = "+ testcases[tc].actual );
63 testcases[0].passed = false;
65 testcases[tc].reason = "test should have caused runtime error ";
69 return ( testcases );
7.2-3-n.js 49 var testcases = getTestCases(); variable
60 testcases[tc].passed = writeTestCaseResult(
61 "failure on line" + testcases[tc].expect,
62 testcases[tc].actual,
63 testcases[tc].description +" = "+ testcases[tc].actual );
65 testcases[0].passed = false;
67 testcases[tc].reason = "test should have caused runtime error ";
70 return ( testcases );
7.2-4-n.js 49 var testcases = getTestCases(); variable
59 testcases[tc].passed = writeTestCaseResult(
60 "failure on line" + testcases[tc].expect,
61 testcases[tc].actual,
62 testcases[tc].description +" = "+ testcases[tc].actual );
64 testcases[0].passed = false;
66 testcases[tc].reason = "test should have caused runtime error ";
70 return ( testcases );
7.2-5-n.js 49 var testcases = getTestCases(); variable
60 testcases[tc].passed = writeTestCaseResult(
61 "failure on line" + testcases[tc].expect,
62 testcases[tc].actual,
63 testcases[tc].description +" = "+ testcases[tc].actual );
65 testcases[tc].passed = false;
67 testcases[tc].reason = "test should have caused runtime error ";
73 return ( testcases );
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...]
7.3-1.js 39 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 ) ? "" : " ignored chars after line terminator of single-line comment";
78 return ( testcases );
    [all...]
7.3-10.js 39 var testcases = getTestCases(); variable
54 /*//*/testcases[tc].actual="pass";
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 ) ? "" : " ignored chars after line terminator of single-line comment"
    [all...]
7.3-11.js 39 var testcases = getTestCases(); variable
53 ////testcases[tc].actual="fail";
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 +": "+
60 testcases[tc].actual );
62 testcases[tc].reason += ( testcases[tc].passed ) ? "" : " ignored chars after line terminator of single-line comment"
    [all...]
7.3-12.js 39 var testcases = getTestCases(); variable
53 /*testcases[tc].actual="fail";**/
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 +": "+
60 testcases[tc].actual );
62 testcases[tc].reason += ( testcases[tc].passed ) ? "" : " ignored chars after line terminator of single-line comment"
    [all...]
7.3-13-n.js 39 var testcases = getTestCases(); variable
53 /*/*testcases[tc].actual="fail";*/*/
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 +": "+
60 testcases[tc].actual );
62 testcases[tc].reason += ( testcases[tc].passed ) ? "" : " ignored chars after line terminator of single-line comment"
    [all...]
7.3-2.js 39 var testcases = getTestCases(); variable
54 // "\u000D" testcases[tc].actual = "fail";
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 ) ? "" : " ignored chars after line terminator of single-line comment"
    [all...]
7.3-3.js 39 var testcases = getTestCases(); variable
54 testcases[tc].actual = "pass";
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 ) ? "" : " ignored chars after line terminator of single-line comment"
    [all...]
7.3-4.js 39 var testcases = getTestCases(); variable
54 /*testcases[tc].actual = "fail";*/
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 ) ? "" : " ignored chars after line terminator of single-line comment"
    [all...]
7.3-5.js 39 var testcases = getTestCases(); variable
53 // "\u000A" testcases[tc].actual = "fail";
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 +": "+
60 testcases[tc].actual );
62 testcases[tc].reason += ( testcases[tc].passed ) ? "" : " ignored chars after line terminator of single-line comment"
    [all...]
7.3-6.js 39 var testcases = getTestCases(); variable
55 ***/testcases[tc].actual="pass";
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 ) ? "" : " ignored chars after line terminator of single-line comment"
    [all...]
7.3-7.js 39 var testcases = getTestCases(); variable
55 ***///testcases[tc].actual="fail";
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 ) ? "" : " ignored chars after line terminator of single-line comment"
    [all...]

Completed in 128 milliseconds

1 2 3 4 56 7 8 91011>>