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

1 2

  /external/webkit/JavaScriptCore/tests/mozilla/ecma_3/RegExp/
regress-100199.js 44 var expectedmatch = ''; variable
52 expectedmatch = null;
58 expectedmatch = null;
64 expectedmatch = null;
70 expectedmatch = null;
76 expectedmatch = null;
82 expectedmatch = null;
88 expectedmatch = null;
94 expectedmatch = null;
100 expectedmatch = null
    [all...]
15.10.6.2-2.js 106 var expectedmatch = ''; variable
120 expectedmatch = Array('Abc');
125 expectedmatch = Array('aBc');
130 expectedmatch = Array('abC');
138 expectedmatch = null;
147 expectedmatch = null;
162 expectedmatch = null;
168 expectedmatch = null;
174 expectedmatch = null;
180 expectedmatch = null
    [all...]
regress-187133.js 68 var expectedmatch = ''; variable
76 expectedmatch = ['.', '.'];
82 expectedmatch = ['/', '/'];
88 expectedmatch = null;
96 expectedmatch = [''];
102 expectedmatch = [''];
108 expectedmatch = [''];
125 expectedmatches[i] = expectedmatch;
perlstress-001.js 57 //expectedmatch = Array('.', '.', ''); <<<--- Perl
58 expectedmatch = Array('.', '.', undefined); <<<--- JS
98 var expectedmatch = ''; variable
108 expectedmatch = Array('abc');
115 expectedmatch = Array('abc');
122 expectedmatch = Array('abc');
129 expectedmatch = Array('abc');
136 expectedmatch = Array('abc');
143 expectedmatch = Array('abbc');
150 expectedmatch = Array('abbbbc')
    [all...]
perlstress-002.js 45 * null match in Perl. Thus we set |expectedmatch| = |null| in each section.
70 var expectedmatch = ''; variable
80 expectedmatch = null;
87 expectedmatch = null;
94 expectedmatch = null;
101 expectedmatch = null;
108 expectedmatch = null;
115 expectedmatch = null;
122 expectedmatch = null;
129 expectedmatch = null
    [all...]
regress-67773.js 41 var expectedmatch = ''; variable
49 expectedmatch = null;
55 expectedmatch = Array(string, 'AAABBB', cnSingleSpace, 'BBB');
61 expectedmatch = null;
69 expectedmatch = Array(string, 'AAB');
75 expectedmatch = Array(string, 'AAAAAAB');
81 expectedmatch = Array(string, 'AB');
87 expectedmatch = null; // because string doesn't match at end
95 expectedmatch = Array(string, 'AA1');
103 expectedmatch = null
    [all...]
regress-209919.js 55 var expectedmatch = ''; variable
74 expectedmatch = Array(string, 'a');
87 expectedmatch = Array(string, '');
102 expectedmatch = Array('', undefined);
115 expectedmatch = Array('', '');
127 expectedmatch = Array(string, '00', undefined);
133 expectedmatch = Array(string, '100', ',00');
139 expectedmatch = Array(string, '000', ',00');
157 expectedmatches[i] = expectedmatch;
regress-191479.js 55 var expectedmatch = ''; variable
63 expectedmatch = Array('12', '2');
70 expectedmatch = Array(string, '5');
77 expectedmatch = Array('12', '2');
84 expectedmatch = Array(string, '5');
94 expectedmatch = Array(string, '5');
101 expectedmatch = Array(string, '5');
108 expectedmatch = Array(string, '5');
122 expectedmatch = Array('12', '2');
129 expectedmatch = Array('12 3 4', '4')
    [all...]
octal-001.js 54 var expectedmatch = ''; variable
62 expectedmatch = null;
74 expectedmatch = Array('ab*c');
81 expectedmatch = Array('abc');
88 expectedmatch = Array('ab****c', '*');
95 expectedmatch = Array('ab****c', '****', '*');
102 expectedmatch = Array('*c');
119 expectedmatches[i] = expectedmatch;
regress-87231.js 30 * expectedmatch = Array('A', '', 'A');
52 var expectedmatch = ''; variable
60 expectedmatch = Array('AAA', 'A', 'AA');
66 expectedmatch = Array('AA', 'A', 'A');
72 expectedmatch = Array('A', undefined, 'A'); // 'altruistic' case: see above
83 expectedmatch = Array('AAA' + strR, 'A', 'AA' + strR);
89 expectedmatch = Array('AA' + strR, 'A', 'A' + strR);
95 expectedmatch = Array('A' + strR, undefined, 'A' + strR); // 'altruistic' case: see above
112 expectedmatches[i] = expectedmatch;
regress-105972.js 40 var expectedmatch = ''; variable
57 expectedmatch = Array(string);
70 expectedmatch = Array(cnEmptyString);
87 expectedmatch = Array('Hello:', ':');
106 expectedmatch = Array(string, cnEmptyString);
124 expectedmatches[i] = expectedmatch;
regress-72964.js 40 var expectedmatch = ''; variable
49 expectedmatch = Array(string);
56 expectedmatch = Array('\u00BF\u00CD');
64 expectedmatch = Array(string);
71 expectedmatch = Array('\u4e00\uac00');
88 expectedmatches[i] = expectedmatch;
regress-78156.js 42 var expectedmatch = ''; variable
54 expectedmatch = ['7','3'];
60 expectedmatch = ['9','5'];
67 expectedmatch = ['7'];
73 expectedmatch = ['9'];
90 expectedmatches[i] = expectedmatch;
15.10.2-1.js 56 var expectedmatch = ''; variable
64 expectedmatch = Array('a');
71 expectedmatch = Array('abc', 'a', 'a', undefined, 'bc', undefined, 'bc');
78 expectedmatch = Array('abcde');
85 expectedmatch = Array('abc');
92 expectedmatch = Array('aaba', 'ba');
99 expectedmatch = Array('aaaaaaaaaa,aaaaaaaaaaaaaaa', 'aaaaa');
106 expectedmatch = Array('zaacbbbcac', 'z', 'ac', 'a', undefined, 'c');
113 expectedmatch = Array('', undefined);
120 expectedmatch = Array('b', '')
    [all...]
octal-002.js 72 var expectedmatch = ''; variable
92 expectedmatch = null;
106 expectedmatch = Array(string);
119 expectedmatch = Array(string);
131 expectedmatch = Array(string);
143 expectedmatch = Array(string);
155 expectedmatch = Array(string);
167 expectedmatch = Array(string);
183 expectedmatch = Array(string);
201 expectedmatches[i] = expectedmatch;
    [all...]
regress-57572.js 41 var expectedmatch = ''; variable
49 expectedmatch = Array(string, 'Test', ' this'); //single space in front of 'this'
56 expectedmatch = Array(string, 'Test', 'this'); //NO space in front of 'this'
63 expectedmatch = Array(string, 'Stupid', ' phrase, with six - (short) words'); //single space in front of 'phrase'
70 expectedmatch = Array(string, 'Stupid', 'phrase, with six - (short) words'); //NO space in front of 'phrase'
79 expectedmatch = Array(string, 'Stupid', cnSingleSpace, 'phrase, with six - (short) words');
86 expectedmatch = Array(string, 'AAABB', cnEmptyString, 'B');
93 expectedmatch = Array(string, 'WOW', cnEmptyString, ' !!! !!!');
100 expectedmatch = Array(string, 'WOW !!! !!', cnEmptyString, '!');
117 expectedmatches[i] = expectedmatch;
    [all...]
regress-165353.js 54 var expectedmatch = ''; variable
62 expectedmatch = Array('a', undefined);
68 expectedmatch = Array('ab', 'a');
74 expectedmatch = Array('abc', 'ab');
82 expectedmatch = Array('www.netscape.com', 'netscape.', 'netscap');
89 expectedmatch = Array('www.netscape.com', 'netscape.', 'netscap', 'e');
105 expectedmatches[i] = expectedmatch;
regress-123437.js 56 var expectedmatch = ''; variable
64 expectedmatch = Array('a', undefined);
71 expectedmatch = Array('a', undefined);
78 expectedmatch = Array('a', undefined, 'a');
95 expectedmatches[i] = expectedmatch;
regress-76683.js 39 var expectedmatch = ''; variable
51 expectedmatch = null;
57 expectedmatch = null;
64 expectedmatch = null;
81 expectedmatches[i] = expectedmatch;
regress-202564.js 59 var expectedmatch = ''; variable
67 expectedmatch = Array(string, undefined, "Seattle", "WA", undefined, "Buckley", "WA");
84 expectedmatches[i] = expectedmatch;
regress-31316.js 40 var expectedmatch = ''; variable
48 expectedmatch = Array('<p>', undefined, 'p');
63 expectedmatches[i] = expectedmatch;
shell.js 50 var expectedmatch = new Array();
62 expectedmatch=expectedmatches[i];
68 if(expectedmatch)
70 // expectedmatch and actualmatch are arrays -
71 lExpect = expectedmatch.length;
78 MSG_EXPECT + formatArray(expectedmatch) +
86 if (formatArray(expectedmatch) != formatArray(actualmatch))
90 MSG_EXPECT + formatArray(expectedmatch) +
97 else //expectedmatch is null - that is, we did not expect a match -
101 MSG_EXPECT + expectedmatch
    [all...]
15.10.6.2-1.js 74 var expectedmatch = ''; variable
82 expectedmatch = ['a b','c d']; // see above explanation -
90 expectedmatch = ['123','456'];
107 expectedmatches[i] = expectedmatch;
regress-216591.js 55 var expectedmatch = ''; variable
63 expectedmatch = Array('{result.data.DATA}', 'result.data.', 'data.', 'DATA');
82 expectedmatch = Array('{result.data.DATA}');
100 expectedmatches[i] = expectedmatch;
regress-220367-001.js 55 var expectedmatch = ''; variable
63 expectedmatch = Array(string, 'a', undefined);
70 expectedmatch = Array(string, undefined, 'b');
87 expectedmatches[i] = expectedmatch;

Completed in 106 milliseconds

1 2