Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(42)

Side by Side Diff: test/mozilla/mozilla.status

Issue 155488: Update test expectations because we've decided to allow RegExps... (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 11 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2008 the V8 project authors. All rights reserved. 1 # Copyright 2008 the V8 project authors. All rights reserved.
2 # Redistribution and use in source and binary forms, with or without 2 # Redistribution and use in source and binary forms, with or without
3 # modification, are permitted provided that the following conditions are 3 # modification, are permitted provided that the following conditions are
4 # met: 4 # met:
5 # 5 #
6 # * Redistributions of source code must retain the above copyright 6 # * Redistributions of source code must retain the above copyright
7 # notice, this list of conditions and the following disclaimer. 7 # notice, this list of conditions and the following disclaimer.
8 # * Redistributions in binary form must reproduce the above 8 # * Redistributions in binary form must reproduce the above
9 # copyright notice, this list of conditions and the following 9 # copyright notice, this list of conditions and the following
10 # disclaimer in the documentation and/or other materials provided 10 # disclaimer in the documentation and/or other materials provided
(...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after
314 314
315 315
316 # Extra arguments not handled properly in String.prototype.match 316 # Extra arguments not handled properly in String.prototype.match
317 js1_5/Regress/regress-179524: FAIL_OK 317 js1_5/Regress/regress-179524: FAIL_OK
318 318
319 319
320 # Uncategorized failures. Please help categorize (or fix) these failures. 320 # Uncategorized failures. Please help categorize (or fix) these failures.
321 js1_5/Regress/regress-172699: FAIL_OK 321 js1_5/Regress/regress-172699: FAIL_OK
322 322
323 323
324 # Calls regexp objects with function call syntax; non-ECMA behavior.
325 js1_2/Objects/toString-001: FAIL_OK
326
327
328 # Assumes that the prototype of a function is enumerable. Non-ECMA, 324 # Assumes that the prototype of a function is enumerable. Non-ECMA,
329 # see section 15.3.3.1, page 86. 325 # see section 15.3.3.1, page 86.
330 ecma/GlobalObject/15.1.2.2-1: FAIL_OK 326 ecma/GlobalObject/15.1.2.2-1: FAIL_OK
331 ecma/GlobalObject/15.1.2.3-1: FAIL_OK 327 ecma/GlobalObject/15.1.2.3-1: FAIL_OK
332 ecma/GlobalObject/15.1.2.4: FAIL_OK 328 ecma/GlobalObject/15.1.2.4: FAIL_OK
333 ecma/GlobalObject/15.1.2.5-1: FAIL_OK 329 ecma/GlobalObject/15.1.2.5-1: FAIL_OK
334 ecma/GlobalObject/15.1.2.6: FAIL_OK 330 ecma/GlobalObject/15.1.2.6: FAIL_OK
335 ecma/GlobalObject/15.1.2.7: FAIL_OK 331 ecma/GlobalObject/15.1.2.7: FAIL_OK
336 332
337 333
338 # Tests that rely on specific details of function decompilation or 334 # Tests that rely on specific details of function decompilation or
339 # print strings for errors. Non-ECMA behavior. 335 # print strings for errors. Non-ECMA behavior.
340 js1_2/function/tostring-2: FAIL_OK 336 js1_2/function/tostring-2: FAIL_OK
337 js1_2/Objects/toString-001: FAIL_OK
341 js1_5/Exceptions/regress-332472: FAIL_OK 338 js1_5/Exceptions/regress-332472: FAIL_OK
342 js1_5/Regress/regress-173067: FAIL_OK 339 js1_5/Regress/regress-173067: FAIL_OK
343 js1_5/Regress/regress-355556: FAIL_OK 340 js1_5/Regress/regress-355556: FAIL_OK
344 js1_5/Regress/regress-328664: FAIL_OK 341 js1_5/Regress/regress-328664: FAIL_OK
345 js1_5/Regress/regress-252892: FAIL_OK 342 js1_5/Regress/regress-252892: FAIL_OK
346 js1_5/Regress/regress-352208: FAIL_OK 343 js1_5/Regress/regress-352208: FAIL_OK
347 ecma_3/Array/15.4.5.1-01: FAIL_OK 344 ecma_3/Array/15.4.5.1-01: FAIL_OK
348 ecma_3/Array/regress-387501: FAIL_OK 345 ecma_3/Array/regress-387501: FAIL_OK
349 ecma_3/LexicalConventions/7.9.1: FAIL_OK 346 ecma_3/LexicalConventions/7.9.1: FAIL_OK
350 ecma_3/RegExp/regress-375711: FAIL_OK 347 ecma_3/RegExp/regress-375711: FAIL_OK
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
554 # numbers of arguments (depending on max stack size). 350256-02 needs more than 551 # numbers of arguments (depending on max stack size). 350256-02 needs more than
555 # 4Mbytes of stack space. 552 # 4Mbytes of stack space.
556 js1_5/Array/regress-350256-02: FAIL 553 js1_5/Array/regress-350256-02: FAIL
557 554
558 555
559 # This fails because 'delete arguments[i]' does not disconnect the 556 # This fails because 'delete arguments[i]' does not disconnect the
560 # argument from the arguments array. See issue #900066. 557 # argument from the arguments array. See issue #900066.
561 ecma_3/Function/regress-137181: FAIL 558 ecma_3/Function/regress-137181: FAIL
562 559
563 560
564 # Calls regexp objects with function call syntax; non-ECMA behavior.
565 ecma_2/RegExp/regress-001: FAIL
566 js1_2/regexp/regress-6359: FAIL
567 js1_2/regexp/regress-9141: FAIL
568 js1_5/Regress/regress-224956: FAIL
569 js1_5/Regress/regress-325925: FAIL
570 js1_2/regexp/simple_form: FAIL
571
572
573 # Tests that rely on specific details of function decompilation or 561 # Tests that rely on specific details of function decompilation or
574 # print strings for errors. Non-ECMA behavior. 562 # print strings for errors. Non-ECMA behavior.
575 js1_4/Regress/function-003: FAIL 563 js1_4/Regress/function-003: FAIL
576 564
577 565
578 # Relies on JavaScript 1.2 / 1.3 deprecated features.
579 js1_2/function/regexparg-1: FAIL
580
581 # 'export' and 'import' are not keywords in V8. 566 # 'export' and 'import' are not keywords in V8.
582 ecma_2/Exceptions/lexical-010: FAIL 567 ecma_2/Exceptions/lexical-010: FAIL
583 ecma_2/Exceptions/lexical-022: FAIL 568 ecma_2/Exceptions/lexical-022: FAIL
584 569
585 570
586 # Requires Mozilla-specific strict mode. 571 # Requires Mozilla-specific strict mode.
587 ecma_2/Exceptions/lexical-011: FAIL 572 ecma_2/Exceptions/lexical-011: FAIL
588 ecma_2/Exceptions/lexical-014: FAIL 573 ecma_2/Exceptions/lexical-014: FAIL
589 ecma_2/Exceptions/lexical-016: FAIL 574 ecma_2/Exceptions/lexical-016: FAIL
590 ecma_2/Exceptions/lexical-021: FAIL 575 ecma_2/Exceptions/lexical-021: FAIL
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
811 ecma/Date/15.9.5.8: SKIP 796 ecma/Date/15.9.5.8: SKIP
812 ecma/Date/15.9.5.9: SKIP 797 ecma/Date/15.9.5.9: SKIP
813 ecma/Date/15.9.5.10-2: SKIP 798 ecma/Date/15.9.5.10-2: SKIP
814 ecma/Date/15.9.5.11-2: SKIP 799 ecma/Date/15.9.5.11-2: SKIP
815 ecma/Expressions/11.7.2: SKIP 800 ecma/Expressions/11.7.2: SKIP
816 ecma/Expressions/11.10-2: SKIP 801 ecma/Expressions/11.10-2: SKIP
817 ecma/Expressions/11.7.3: SKIP 802 ecma/Expressions/11.7.3: SKIP
818 ecma/Expressions/11.10-3: SKIP 803 ecma/Expressions/11.10-3: SKIP
819 ecma/Expressions/11.7.1: SKIP 804 ecma/Expressions/11.7.1: SKIP
820 ecma_3/RegExp/regress-209067: SKIP 805 ecma_3/RegExp/regress-209067: SKIP
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698