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

1 2 3 4 56 7 8 91011>>

  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/LexicalConventions/
7.4.3-14-n.js 47 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 +" = "+
64 testcases[tc].actual );
66 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value "
    [all...]
7.4.3-15-n.js 47 var testcases = getTestCases(); variable
60 for ( tc=0; tc < testcases.length; tc++ ) {
61 testcases[tc].actual = eval( testcases[tc].actual );
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 "
    [all...]
7.4.3-2-n.js 47 var testcases = getTestCases(); variable
60 for ( tc=0; tc < testcases.length; tc++ ) {
61 testcases[tc].actual = eval( testcases[tc].actual );
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 "
    [all...]
7.4.3-3-n.js 47 var testcases = getTestCases(); variable
60 for ( tc=0; tc < testcases.length; tc++ ) {
61 testcases[tc].actual = eval( testcases[tc].actual );
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 "
    [all...]
7.4.3-4-n.js 47 var testcases = getTestCases(); variable
60 for ( tc=0; tc < testcases.length; tc++ ) {
61 testcases[tc].actual = eval( testcases[tc].actual );
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 "
    [all...]
7.4.3-5-n.js 47 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 +" = "+
64 testcases[tc].actual );
66 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value "
    [all...]
7.4.3-6-n.js 47 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 +" = "+
64 testcases[tc].actual );
66 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value "
    [all...]
7.4.3-7-n.js 47 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 +" = "+
64 testcases[tc].actual );
66 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value "
    [all...]
7.4.3-8-n.js 47 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 +" = "+
64 testcases[tc].actual );
66 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value "
    [all...]
7.4.3-9-n.js 47 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 +" = "+
64 testcases[tc].actual );
66 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value "
    [all...]
7.5-10-n.js 40 var testcases = getTestCases(); variable
57 for ( tc=0; tc < testcases.length; tc++ ) {
58 testcases[tc].actual = eval( testcases[tc].actual );
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 ) ? "" : " ignored chars after line terminator of single-line (…)
    [all...]
7.5-2-n.js 40 var testcases = getTestCases(); variable
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 +": "+
59 testcases[tc].actual );
61 testcases[tc].reason += ( testcases[tc].passed ) ? "" : " ignored chars after line terminator of single-line (…)
    [all...]
7.5-3-n.js 40 var testcases = getTestCases(); variable
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 +": "+
59 testcases[tc].actual );
61 testcases[tc].reason += ( testcases[tc].passed ) ? "" : " ignored chars after line terminator of single-line (…)
    [all...]
7.5-4-n.js 40 var testcases = getTestCases(); variable
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 +": "+
59 testcases[tc].actual );
61 testcases[tc].reason += ( testcases[tc].passed ) ? "" : " ignored chars after line terminator of single-line (…)
    [all...]
7.5-5-n.js 40 var testcases = getTestCases(); variable
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 +": "+
59 testcases[tc].actual );
61 testcases[tc].reason += ( testcases[tc].passed ) ? "" : " ignored chars after line terminator of single-line (…)
    [all...]
7.5-6.js 40 var testcases = getTestCases(); variable
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 +": "+
59 testcases[tc].actual );
61 testcases[tc].reason += ( testcases[tc].passed ) ? "" : " ignored chars after line terminator of single-line (…)
    [all...]
7.5-7.js 40 var testcases = getTestCases(); variable
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 +": "+
59 testcases[tc].actual );
61 testcases[tc].reason += ( testcases[tc].passed ) ? "" : " ignored chars after line terminator of single-line (…)
    [all...]
7.5-8-n.js 40 var testcases = getTestCases(); variable
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 +": "+
59 testcases[tc].actual );
61 testcases[tc].reason += ( testcases[tc].passed ) ? "" : " ignored chars after line terminator of single-line (…)
    [all...]
7.5-9-n.js 40 var testcases = getTestCases(); variable
57 for ( tc=0; tc < testcases.length; tc++ ) {
58 testcases[tc].actual = eval( testcases[tc].actual );
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 ) ? "" : " ignored chars after line terminator of single-line (…)
    [all...]
7.7.1.js 43 var testcases = getTestCases(); variable
57 for ( tc=0; tc < testcases.length; tc++ ) {
58 testcases[tc].actual = testcases[tc].actual;
60 testcases[tc].passed = writeTestCaseResult(
61 testcases[tc].expect,
62 testcases[tc].actual,
63 testcases[tc].description +" = "+ testcases[tc].actual );
65 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value "
    [all...]
7.7.2.js 47 var testcases = getTestCases(); variable
62 for ( tc=0; tc < testcases.length; tc++ ) {
63 testcases[tc].actual = testcases[tc].actual;
65 testcases[tc].passed = writeTestCaseResult(
66 testcases[tc].expect,
67 testcases[tc].actual,
68 testcases[tc].description +" = "+ testcases[tc].actual );
70 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value "
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Math/
15.8.1.1-1.js 40 var testcases = getTestCases(); variable
50 for ( tc=0; tc < testcases.length; tc++ ) {
51 testcases[tc].actual = eval( testcases[tc].actual );
52 testcases[tc].passed = writeTestCaseResult(
53 testcases[tc].expect,
54 testcases[tc].actual,
55 testcases[tc].description +" = "+
56 testcases[tc].actual );
58 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "Math.E should be read-only "
    [all...]
15.8.1.1-2.js 40 var testcases = getTestCases(); variable
53 for ( tc=0; tc < testcases.length; tc++ ) {
54 testcases[tc].actual = eval( testcases[tc].actual );
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 ) ? "" : "should not be able to delete property"
    [all...]
15.8.1.2-1.js 40 var testcases = getTestCases(); variable
50 for ( tc=0; tc < testcases.length; tc++ ) {
51 testcases[tc].actual = eval( testcases[tc].actual );
52 testcases[tc].passed = writeTestCaseResult(
53 testcases[tc].expect,
54 testcases[tc].actual,
55 testcases[tc].description +" = "+
56 testcases[tc].actual );
58 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "property should be read-only "
    [all...]
15.8.1.2-2.js 41 var testcases = getTestCases(); variable
51 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 ) ? "" : "property should be read-only "
    [all...]

Completed in 217 milliseconds

1 2 3 4 56 7 8 91011>>