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

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

Issue 8275035: Fix evaluation order of GT and LTE operators. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 9 years, 2 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 | « test/mjsunit/to_number_order.js ('k') | test/sputnik/sputnik.status » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2011 the V8 project authors. All rights reserved. 1 # Copyright 2011 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 392 matching lines...) Expand 10 before | Expand all | Expand 10 after
403 # Tests that use uneval. Non-ECMA. 403 # Tests that use uneval. Non-ECMA.
404 js1_5/GC/regress-418128: FAIL_OK 404 js1_5/GC/regress-418128: FAIL_OK
405 js1_5/extensions/regress-465276: FAIL_OK 405 js1_5/extensions/regress-465276: FAIL_OK
406 js1_5/Error/regress-465377: FAIL_OK 406 js1_5/Error/regress-465377: FAIL_OK
407 407
408 # Tests that use the watch method. Non-ECMA. 408 # Tests that use the watch method. Non-ECMA.
409 js1_5/extensions/regress-435345-01: FAIL_OK 409 js1_5/extensions/regress-435345-01: FAIL_OK
410 js1_5/extensions/regress-455413: FAIL_OK 410 js1_5/extensions/regress-455413: FAIL_OK
411 411
412 412
413 # The spec specifies reverse evaluation order for < and >=.
414 # See section 11.8.2 and 11.8.5.
415 # We implement the spec here but the test tests the more straigtforward order.
416 ecma_3/Operators/order-01: FAIL_OK
417
418
419 # Uses Mozilla-specific QName, XML, XMLList and Iterator. 413 # Uses Mozilla-specific QName, XML, XMLList and Iterator.
420 js1_5/Regress/regress-407323: FAIL_OK 414 js1_5/Regress/regress-407323: FAIL_OK
421 js1_5/Regress/regress-407957: FAIL_OK 415 js1_5/Regress/regress-407957: FAIL_OK
422 416
423 417
424 # Relies on JavaScript 1.2 / 1.3 deprecated features. 418 # Relies on JavaScript 1.2 / 1.3 deprecated features.
425 js1_2/function/String: FAIL_OK 419 js1_2/function/String: FAIL_OK
426 js1_2/operator/equality: FAIL_OK 420 js1_2/operator/equality: FAIL_OK
427 js1_2/version120/boolean-001: FAIL_OK 421 js1_2/version120/boolean-001: FAIL_OK
428 js1_2/String/concat: FAIL_OK 422 js1_2/String/concat: FAIL_OK
(...skipping 428 matching lines...) Expand 10 before | Expand all | Expand 10 after
857 ecma/Date/15.9.5.12-2: SKIP 851 ecma/Date/15.9.5.12-2: SKIP
858 ecma/Date/15.9.5.8: SKIP 852 ecma/Date/15.9.5.8: SKIP
859 ecma/Date/15.9.5.9: SKIP 853 ecma/Date/15.9.5.9: SKIP
860 ecma/Date/15.9.5.11-2: SKIP 854 ecma/Date/15.9.5.11-2: SKIP
861 ecma/Expressions/11.7.2: SKIP 855 ecma/Expressions/11.7.2: SKIP
862 ecma/Expressions/11.10-2: SKIP 856 ecma/Expressions/11.10-2: SKIP
863 ecma/Expressions/11.7.3: SKIP 857 ecma/Expressions/11.7.3: SKIP
864 ecma/Expressions/11.10-3: SKIP 858 ecma/Expressions/11.10-3: SKIP
865 ecma/Expressions/11.7.1: SKIP 859 ecma/Expressions/11.7.1: SKIP
866 ecma_3/RegExp/regress-209067: SKIP 860 ecma_3/RegExp/regress-209067: SKIP
OLDNEW
« no previous file with comments | « test/mjsunit/to_number_order.js ('k') | test/sputnik/sputnik.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698