HomeSort by relevance Sort by last modified time
    Searched refs:tc (Results 1 - 25 of 972) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Expressions/
11.12-2-n.js 48 testcases[tc] = new TestCase( SECTION,
55 testcases[tc].actual = eval ( testcases[tc].actual );
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 +" = "
    [all...]
11.12-3.js 48 testcases[tc] = new TestCase( SECTION,
55 testcases[tc].actual = eval ( testcases[tc].actual );
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 +" = "
    [all...]
11.12-4.js 48 testcases[tc] = new TestCase( SECTION,
55 testcases[tc].actual = eval ( testcases[tc].actual );
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 +" = "
    [all...]
11.2.3-2-n.js 66 testcases[tc++] = new TestCase( SECTION,
71 testcases[tc++] = new TestCase( SECTION,
79 for ( tc=0; tc < testcases.length; tc++ ) {
80 testcases[tc].passed = writeTestCaseResult(
81 testcases[tc].expect,
82 testcases[tc].actual,
83 testcases[tc].description +" = "+
84 testcases[tc].actual )
    [all...]
11.2.2-1.js 75 testcases[tc++] = new TestCase( SECTION,
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...]
11.2.2-10-n.js 75 testcases[tc++] = new TestCase( SECTION,
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 "
    [all...]
11.2.2-2-n.js 77 testcases[tc++] = new TestCase( SECTION,
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 "
    [all...]
11.2.2-4-n.js 77 testcases[tc++] = new TestCase( SECTION,
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 "
    [all...]
11.2.2-5-n.js 77 testcases[tc++] = new TestCase( SECTION,
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 "
    [all...]
11.2.3-3-n.js 66 testcases[tc++] = new TestCase( SECTION, "(void 0).valueOf()", "error", (void 0).valueOf() );
70 for ( tc=0; tc < testcases.length; tc++ ) {
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 += ( testcases[tc].passed ) ? "" : "wrong value "
    [all...]
11.2.3-4-n.js 66 testcases[tc++] = new TestCase( SECTION, "null.valueOf()", "error", null.valueOf() );
70 for ( tc=0; tc < testcases.length; tc++ ) {
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 += ( testcases[tc].passed ) ? "" : "wrong value "
    [all...]
11.2.3-5.js 66 testcases[tc++] = new TestCase( SECTION, "true.valueOf()", true, true.valueOf() );
70 for ( tc=0; tc < testcases.length; tc++ ) {
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 += ( testcases[tc].passed ) ? "" : "wrong value "
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/GlobalObject/
15.1-1-n.js 44 testcases[tc] = new TestCase( SECTION,
52 for ( tc=0; tc < testcases.length; tc++ ) {
53 testcases[tc].actual = eval(testcases[tc].actual);
55 testcases[tc].passed = writeTestCaseResult(
56 testcases[tc].expect,
57 testcases[tc].actual,
58 testcases[tc].description +" = "
    [all...]
15.1-2-n.js 43 testcases[tc] = new TestCase( SECTION,
50 for ( tc=0; tc < testcases.length; tc++ ) {
51 testcases[tc].actual = eval(testcases[tc].actual);
53 testcases[tc].passed = writeTestCaseResult(
54 testcases[tc].expect,
55 testcases[tc].actual,
56 testcases[tc].description +" = "
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Boolean/
15.6.4.js 53 testcases[tc++] = new TestCase( SECTION,
58 testcases[tc++] = new TestCase( SECTION,
66 for ( tc=0; tc < testcases.length; tc++ ) {
67 testcases[tc].passed = writeTestCaseResult(
68 testcases[tc].expect,
69 testcases[tc].actual,
70 testcases[tc].description +" = "+
71 testcases[tc].actual )
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/SourceText/
6-1.js 72 testcases[tc] = new TestCase( SECTION,
77 // \u000A testcases[tc].actual = "FAILED!";
79 tc++;
81 testcases[tc] = new TestCase( SECTION,
86 // the following character should noy be interpreted as a line terminator: \\n testcases[tc].actual = "FAILED"
88 tc++;
90 testcases[tc] = new TestCase( SECTION,
95 // the following character should not be interpreted as a line terminator: \u000A testcases[tc].actual = "FAILED"
97 testcases[tc++] = new TestCase( SECTION,
101 // the following character should not be interpreted as a line terminator: \n testcases[tc].actual = 'FAILED
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/LexicalConventions/
7.7.3-2.js 54 testcases[tc++] = new TestCase( SECTION,
59 testcases[tc++] = new TestCase( SECTION,
64 testcases[tc++] = new TestCase( SECTION,
70 testcases[tc++] = new TestCase( SECTION,
79 for ( tc=0; tc < testcases.length; tc++ ) {
80 testcases[tc].actual = testcases[tc].actual;
82 testcases[tc].passed = writeTestCaseResult
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Statements/
12.5-1.js 54 testcases[tc++] = new TestCase( SECTION,
59 testcases[tc++] = new TestCase( SECTION,
64 testcases[tc++] = new TestCase( SECTION,
69 testcases[tc++] = new TestCase( SECTION,
74 testcases[tc++] = new TestCase( SECTION,
79 testcases[tc++] = new TestCase( SECTION,
87 for ( tc=0; tc < testcases.length; tc++ ) {
88 testcases[tc].passed = writeTestCaseResult
    [all...]
12.5-2.js 52 testcases[tc++] = new TestCase( SECTION,
57 testcases[tc++] = new TestCase( SECTION,
62 testcases[tc++] = new TestCase( SECTION,
67 testcases[tc++] = new TestCase( SECTION,
72 testcases[tc++] = new TestCase( SECTION,
77 testcases[tc++] = new TestCase( SECTION,
85 for ( tc=0; tc < testcases.length; tc++ ) {
86 testcases[tc].passed = writeTestCaseResult
    [all...]
12.2-1.js 51 testcases[tc] = 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...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/instanceof/
instanceof-002.js 18 var tc = 0; variable
23 testcases[tc++] = new TestCase( SECTION,
28 testcases[tc++] = new TestCase( SECTION,
33 testcases[tc++] = new TestCase( SECTION,
38 testcases[tc++] = new TestCase( SECTION,
43 testcases[tc++] = new TestCase( SECTION,
50 for ( tc=0; tc < testcases.length; tc++ ) {
51 testcases[tc].passed = writeTestCaseResult
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Date/
15.9.5.1.js 42 testcases[tc++] = new TestCase( SECTION,
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 +" = "+
53 testcases[tc].actual );
55 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value "
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/FunctionObjects/
15.3.3.1-1.js 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/ObjectObjects/
15.2.4.js 42 testcases[tc++] = new TestCase( SECTION, "Object.prototype.__proto__",
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 +" = "+ testcases[tc].actual );
56 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value "
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_1/regress/
function-001.js 55 testcases[tc++] = new TestCase(
65 for ( tc=0; tc < testcases.length; tc++ ) {
66 testcases[tc].passed = writeTestCaseResult(
67 testcases[tc].expect,
68 testcases[tc].actual,
69 testcases[tc].description +" = "+
70 testcases[tc].actual );
72 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value "
    [all...]

Completed in 352 milliseconds

1 2 3 4 5 6 7 8 91011>>