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

1 2 3 45 6 7 8 91011>>

  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Date/
15.9.5.13-2.js 42 var testcases = new Array();
56 testcases[tc++] = new TestCase( SECTION,
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...]
15.9.5.13-3.js 42 var testcases = new Array();
56 testcases[tc++] = new TestCase( SECTION,
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...]
15.9.5.13-4.js 42 var testcases = new Array();
56 testcases[tc++] = new TestCase( SECTION,
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...]
15.9.5.13-5.js 42 var testcases = new Array();
56 testcases[tc++] = new TestCase( SECTION,
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...]
15.9.5.4-2-n.js 42 var testcases = new Array();
46 testcases[tc++] = new TestCase( SECTION,
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 "
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/FunctionObjects/
15.3.3.1-1.js 46 var testcases = new Array();
47 testcases[tc++] = new TestCase( SECTION, "Function.prototype == Function.proto", true, Function.__proto__ == Function.prototype );
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 "
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/LexicalConventions/
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...]
7.3-8.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-9.js 39 var testcases = getTestCases(); variable
53 /*/*/testcases[tc].actual="pass";
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...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Number/
15.7.3.2-2.js 41 var testcases = getTestCases(); variable
42 test( testcases );
55 for ( tc = 0; tc < testcases.length; tc++ ) {
56 testcases[tc].actual = eval( testcases[tc].actual );
57 testcases[tc].passed = writeTestCaseResult(
58 testcases[tc].expect,
59 testcases[tc].actual,
60 testcases[tc].description +" = "+ testcases[tc].actual )
    [all...]
15.7.3.3-1.js 42 var testcases = getTestCases(); variable
43 test( testcases );
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 ) ? "" : "delete should not be allowed
    [all...]
15.7.3.3-3.js 40 var testcases = getTestCases(); variable
54 for ( tc = 0; tc < testcases.length; tc++ ) {
55 testcases[tc].actual = eval( testcases[tc].actual );
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 += "property should be readonly "
    [all...]
15.7.3.4-3.js 41 var testcases = getTestCases(); variable
59 for ( tc = 0; tc < testcases.length; tc++ ) {
60 testcases[tc].actual = eval( testcases[tc].actual );
62 testcases[tc].passed = writeTestCaseResult(
63 testcases[tc].expect,
64 testcases[tc].actual,
65 testcases[tc].description +" = "+ testcases[tc].actual );
67 testcases[tc].reason += "property should be readonly "
    [all...]
15.7.3.4-4.js 41 var testcases = getTestCases(); variable
42 test( testcases );
58 function test( testcases ) {
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 += "property should not be enumerated "
    [all...]
15.7.3.5-1.js 40 var testcases = getTestCases(); variable
41 test( testcases );
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
    [all...]
15.7.3.5-4.js 41 var testcases = getTestCases(); variable
42 test( testcases );
56 function test( testcases ) {
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 += "property should not be enumerated "
    [all...]

Completed in 1005 milliseconds

1 2 3 45 6 7 8 91011>>