HomeSort by relevance Sort by last modified time
    Searched refs:testcases (Results 176 - 200 of 884) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/ObjectObjects/
15.2.3.1-2.js 46 var testcases = getTestCases(); variable
59 for ( tc=0; tc < testcases.length; tc++ ) {
60 testcases[tc].actual = eval( testcases[tc].actual );
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 "
    [all...]
15.2.3.1-3.js 46 var testcases = getTestCases(); variable
59 for ( tc=0; tc < testcases.length; tc++ ) {
60 testcases[tc].actual = eval( testcases[tc].actual );
61 testcases[tc].passed = writeTestCaseResult(
62 testcases[tc].expect,
63 testcases[tc].actual,
64 testcases[tc].description +" = "+ testcases[tc].actual );
65 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value "
    [all...]
15.2.3.1-4.js 46 var testcases = getTestCases(); variable
59 for ( tc=0; tc < testcases.length; tc++ ) {
60 testcases[tc].actual = eval(testcases[tc].actual);
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 "
    [all...]
15.2.3.js 45 var testcases = getTestCases(); variable
58 for ( tc=0; tc < testcases.length; tc++ ) {
59 testcases[tc].actual = eval( testcases[tc].actual );
60 testcases[tc].passed = writeTestCaseResult(
61 testcases[tc].expect,
62 testcases[tc].actual,
63 testcases[tc].description +" = "+ testcases[tc].actual );
64 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value "
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Statements/
12.6.3-11.js 65 var testcases = new Array();
74 testcases[testcases.length] = new TestCase( SECTION,
82 for ( tc=0; tc < testcases.length; tc++ ) {
83 testcases[tc].passed = writeTestCaseResult(
84 testcases[tc].expect,
85 testcases[tc].actual,
86 testcases[tc].description +" = "+
87 testcases[tc].actual );
89 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value "
    [all...]
12.6.3-12.js 68 var testcases = new Array();
78 testcases[testcases.length] = new TestCase(
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 "
    [all...]
12.6.3-3.js 42 var testcases = new Array();
51 testcases[testcases.length] = new TestCase( SECTION,
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 "
    [all...]
12.6.3-5-n.js 66 var testcases = new Array();
71 testcases[testcases.length] = new TestCase( SECTION,
86 for ( tc=0; tc < testcases.length; tc++ ) {
87 testcases[tc].passed = writeTestCaseResult(
88 testcases[tc].expect,
89 testcases[tc].actual,
90 testcases[tc].description +" = "+
91 testcases[tc].actual );
93 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value "
    [all...]
12.6.3-6-n.js 66 var testcases = new Array();
71 testcases[testcases.length] = new TestCase( SECTION,
86 for ( tc=0; tc < testcases.length; tc++ ) {
87 testcases[tc].passed = writeTestCaseResult(
88 testcases[tc].expect,
89 testcases[tc].actual,
90 testcases[tc].description +" = "+
91 testcases[tc].actual );
93 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value "
    [all...]
12.6.3-7-n.js 66 var testcases = new Array();
71 testcases[testcases.length] = new TestCase( SECTION,
86 for ( tc=0; tc < testcases.length; tc++ ) {
87 testcases[tc].passed = writeTestCaseResult(
88 testcases[tc].expect,
89 testcases[tc].actual,
90 testcases[tc].description +" = "+
91 testcases[tc].actual );
93 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value "
    [all...]
12.6.3-8-n.js 66 var testcases = new Array();
71 testcases[testcases.length] = new TestCase( SECTION,
86 for ( tc=0; tc < testcases.length; tc++ ) {
87 testcases[tc].passed = writeTestCaseResult(
88 testcases[tc].expect,
89 testcases[tc].actual,
90 testcases[tc].description +" = "+
91 testcases[tc].actual );
93 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value "
    [all...]
12.6.3-9-n.js 66 var testcases = new Array();
71 testcases[testcases.length] = new TestCase( SECTION,
86 for ( tc=0; tc < testcases.length; tc++ ) {
87 testcases[tc].passed = writeTestCaseResult(
88 testcases[tc].expect,
89 testcases[tc].actual,
90 testcases[tc].description +" = "+
91 testcases[tc].actual );
93 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value "
    [all...]
12.7-1-n.js 37 var testcases = getTestCases(); variable
42 for ( tc=0; tc < testcases.length; tc++ ) {
44 testcases[tc].actual = eval( testcases[tc].actual );
46 testcases[tc].passed = writeTestCaseResult(
47 testcases[tc].expect,
48 testcases[tc].actual,
49 testcases[tc].description +" = "+
50 testcases[tc].actual );
52 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value "
    [all...]
12.8-1-n.js 38 var testcases = getTestCases(); variable
43 for ( tc=0; tc < testcases.length; tc++ ) {
45 testcases[tc].actual = eval( testcases[tc].actual );
47 testcases[tc].passed = writeTestCaseResult(
48 testcases[tc].expect,
49 testcases[tc].actual,
50 testcases[tc].description +" = "+
51 testcases[tc].actual );
53 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value "
    [all...]
12.9-1-n.js 33 var testcases = getTestCases(); variable
39 for ( tc=0; tc < testcases.length; tc++ ) {
41 testcases[tc].actual = eval( testcases[tc].actual );
43 testcases[tc].passed = writeTestCaseResult(
44 testcases[tc].expect,
45 testcases[tc].actual,
46 testcases[tc].description +" = "+
47 testcases[tc].actual );
49 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value "
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/String/
15.5.4.2-2-n.js 46 var testcases = getTestCases(); variable
50 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 ) ? "" : "wrong value "
    [all...]
15.5.4.2-3.js 47 var testcases = getTestCases(); variable
51 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 ) ? "" : "wrong value "
    [all...]
15.5.4.3-2.js 45 var testcases = getTestCases(); variable
49 for ( tc=0; tc < testcases.length; tc++ ) {
50 testcases[tc].actual = eval(testcases[tc].actual );
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 "
    [all...]
15.5.4.3-3-n.js 45 var testcases = getTestCases(); variable
49 for ( tc=0; tc < testcases.length; tc++ ) {
50 testcases[tc].actual = eval(testcases[tc].actual );
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 "
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/String/
match.js 39 var testcases = new Array();
44 testcases[count++] = new TestCase( SECTION, "aString.match(/is.*test/) ", String(["is is a test"]), String(aString.match(/is.*test/)));
45 testcases[count++] = new TestCase( SECTION, "aString.match(/s.*s/) ", String(["s is a test s"]), String(aString.match(/s.*s/)));
49 for ( tc=0; tc < testcases.length; tc++ ) {
50 testcases[tc].passed = writeTestCaseResult(
51 testcases[tc].expect,
52 testcases[tc].actual,
53 testcases[tc].description +" = "+
54 testcases[tc].actual );
55 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value "
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/operator/
equality.js 39 var testcases = new Array();
43 //testcases[count++] = new TestCase( SECTION, "(new String('') == new String('')) ",
46 //testcases[count++] = new TestCase( SECTION, "(new Boolean(true) == new Boolean(true)) ",
49 testcases[count++] = new TestCase( SECTION, "(new String('x') == 'x') ",
52 testcases[count++] = new TestCase( SECTION, "('x' == new String('x')) ",
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 +" = "
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_3/Script/
delete-001.js 41 var testcases = new Array();
59 testcases[testcases.length] = new TestCase( SECTION,
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 "
    [all...]
function-002.js 42 var testcases = new Array();
44 testcases[tc++] = new TestCase(
54 testcases[tc++] = new TestCase(
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 "
    [all...]
script-001.js 131 var testcases = new Array();
136 testcases[tc++] = new TestCase( SECTION,
141 testcases[tc++] = new TestCase( SECTION,
148 for ( tc=0; tc < testcases.length; tc++ ) {
149 testcases[tc].passed = writeTestCaseResult(
150 testcases[tc].expect,
151 testcases[tc].actual,
152 testcases[tc].description +" = "+
153 testcases[tc].actual );
155 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value "
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_3/regress/
delete-001.js 41 var testcases = new Array();
59 testcases[testcases.length] = new TestCase( SECTION,
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 "
    [all...]

Completed in 189 milliseconds

1 2 3 4 5 6 78 91011>>