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

1 2 3 4 5 6 7 8 910

  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Date/
15.9.1.1-1.js 52 tc++, M_SECS += FOUR_HUNDRED_YEARS, CURRENT_YEAR += 400 ) {
54 testcases[tc] = new TestCase( SECTION, "new Date("+M_SECS+")", CURRENT_YEAR, (new Date( M_SECS)).getUTCFullYear() );
56 testcases[tc].passed = writeTestCaseResult(
57 testcases[tc].expect,
58 testcases[tc].actual,
59 testcases[tc].description +" = "+
60 testcases[tc].actual );
62 if ( ! testcases[tc].passed ) {
63 testcases[tc].reason = "wrong year value";
84 var tc = 0 variable
    [all...]
15.9.1.1-2.js 46 tc++, M_SECS -= FOUR_HUNDRED_YEARS, CURRENT_YEAR -= 400 ) {
48 testcases[tc] = new TestCase( SECTION, "new Date("+M_SECS+")", CURRENT_YEAR, (new Date( M_SECS )).getUTCFullYear() );
50 testcases[tc].passed = writeTestCaseResult(
51 testcases[tc].expect,
52 testcases[tc].actual,
53 testcases[tc].description + " = " +
54 testcases[tc].actual );
56 if ( ! testcases[tc].passed ) {
57 testcases[tc].reason = "wrong year value";
78 var tc = 0 variable
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/instanceof/
instanceof-001.js 16 var tc = 0; variable
21 testcases[tc++] = new TestCase( SECTION,
26 testcases[tc++] = new TestCase( SECTION,
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_2/Exceptions/
exception-001.js 18 var tc = 0; variable
35 testcases[tc++] = new TestCase(
exception-002.js 18 var tc = 0; variable
35 testcases[tc++] = new TestCase(
exception-003.js 18 var tc = 0; variable
37 testcases[tc++] = new TestCase(
exception-004.js 18 var tc = 0; variable
35 testcases[tc++] = new TestCase(
exception-005.js 18 var tc = 0; variable
35 testcases[tc++] = new TestCase(
exception-008.js 18 var tc = 0; variable
35 testcases[tc++] = new TestCase(
expression-001.js 24 var tc = 0; variable
39 testcases[tc++] = new TestCase(
boolean-001.js 19 var tc = 0; variable
36 testcases[tc++] = new TestCase(
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Expressions/
StrictEquality-001.js 16 var tc = 0; variable
64 testcases[tc++] = new TestCase(
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/FunctionObjects/
call-1.js 17 var tc = 0; variable
21 testcases[tc++] = new TestCase( SECTION,
26 testcases[tc++] = new TestCase( SECTION,
31 testcases[tc++] = new TestCase( SECTION,
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Statements/
dowhile-001.js 18 var tc = 0; variable
36 testcases[tc++] = new TestCase(
dowhile-002.js 20 var tc = 0; variable
50 testcases[tc++] = new TestCase(
56 testcases[tc++] = new TestCase(
63 testcases[tc++] = new TestCase(
dowhile-004.js 19 var tc = 0; variable
46 testcases[tc++] = new TestCase(
52 testcases[tc++] = new TestCase(
59 testcases[tc++] = new TestCase(
label-001.js 19 var tc = 0; variable
33 testcases[tc++] = new TestCase(
switch-002.js 19 var tc = 0; variable
55 testcases[tc++] = new TestCase(
switch-003.js 19 var tc = 0; variable
49 testcases[tc++] = new TestCase(
while-001.js 19 var tc = 0; variable
33 testcases[tc++] = new TestCase(
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Boolean/
15.6.3.1-5.js 36 var tc= 0; 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 "
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/String/
15.5.3.js 46 var tc= 0; 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 "
    [all...]
15.5.4.5-4.js 37 var tc= 0; variable
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 +" = "+ testcases[tc].actual );
72 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value "
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/TypeConversion/
9.9-1.js 45 var tc= 0; variable
123 for ( tc = 0; tc < testcases.length; tc++ ) {
125 testcases[tc].passed = writeTestCaseResult(
126 testcases[tc].expect,
127 testcases[tc].actual,
128 testcases[tc].description +" = "+
129 testcases[tc].actual );
131 testcases[tc].reason +
    [all...]

Completed in 115 milliseconds

1 2 3 4 5 6 7 8 910