HomeSort by relevance Sort by last modified time
    Searched full:testcases (Results 151 - 175 of 1036) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_3/inherit/
proto_5.js 48 var testcases = new Array();
77 for ( tc=0; tc < testcases.length; tc++ ) {
78 testcases[tc].passed = writeTestCaseResult(
79 testcases[tc].expect,
80 testcases[tc].actual,
81 testcases[tc].description +" = "+
82 testcases[tc].actual );
84 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
87 return ( testcases );
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/LexicalConventions/
7.6.js 42 var testcases = new Array();
45 testcases[tc++] = new TestCase( SECTION,
52 testcases[tc++] = new TestCase( SECTION,
58 testcases[tc++] = new TestCase( SECTION,
64 testcases[tc++] = new TestCase( SECTION,
70 testcases[tc++] = new TestCase( SECTION,
76 testcases[tc++] = new TestCase( SECTION,
82 testcases[tc++] = new TestCase( SECTION,
87 testcases[tc++] = new TestCase( SECTION,
92 testcases[tc++] = new TestCase( SECTION
    [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.5-1.js 40 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 ) ? "" : " ignored chars after line terminator of single-line comment";
64 return ( testcases );
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Array/
15.4.3.2.js 38 var testcases = getTestCases(); variable
48 for ( tc=0; tc < testcases.length; tc++ ) {
49 testcases[tc].passed = writeTestCaseResult(
50 testcases[tc].expect,
51 testcases[tc].actual,
52 testcases[tc].description +" = "+ testcases[tc].actual );
53 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
56 return ( testcases );
    [all...]
15.4.3.js 39 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 );
57 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
62 return ( testcases );
    [all...]
15.4.4.1.js 38 var testcases = getTestCases(); variable
48 for (tc=0 ; tc < testcases.length; tc++ ) {
49 testcases[tc].passed = writeTestCaseResult(
50 testcases[tc].expect,
51 testcases[tc].actual,
52 testcases[tc].description +" = "+ testcases[tc].actual );
53 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
56 return ( testcases );
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Boolean/
15.6.3.1-1.js 45 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.1-2.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-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-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-2.js 44 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 );
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...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Expressions/
11.13.1.js 44 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/Source/JavaScriptCore/tests/mozilla/ecma/FunctionObjects/
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-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 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...]
  /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...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Number/
15.7.3.2-3.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 ) ? "" : "delete should not be allowed ";
65 return ( testcases );
    [all...]
15.7.3.2-4.js 39 var testcases = getTestCases(); variable
40 test( testcases );
54 function test( testcases ) {
55 for ( tc = 0; tc < testcases.length; tc++ ) {
57 testcases[tc].expect,
58 testcases[tc].actual,
59 testcases[tc].description +" = "+
60 testcases[tc].actual );
62 testcases[tc].reason += "property should not be enumerated ";
65 return ( testcases );
    [all...]
15.7.3.3-4.js 41 var testcases = getTestCases(); variable
42 test( testcases );
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 += "property should not be enumerated ";
68 return ( testcases );
    [all...]

Completed in 82 milliseconds

1 2 3 4 5 67 8 91011>>