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

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

Issue 10451108: Adapt test expectations (fewer tests failing). (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 6 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 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 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 238
239 # Runs out of memory because it compiles huge functions. 239 # Runs out of memory because it compiles huge functions.
240 js1_5/Function/regress-338001: FAIL_OK 240 js1_5/Function/regress-338001: FAIL_OK
241 js1_5/Function/regress-338121-01: FAIL_OK 241 js1_5/Function/regress-338121-01: FAIL_OK
242 js1_5/Function/regress-338121-02: FAIL_OK 242 js1_5/Function/regress-338121-02: FAIL_OK
243 js1_5/Function/regress-338121-03: FAIL_OK 243 js1_5/Function/regress-338121-03: FAIL_OK
244 244
245 # Expectes 'prototype' property of functions to be enumerable. 245 # Expectes 'prototype' property of functions to be enumerable.
246 js1_5/Function/10.1.6-01: FAIL_OK 246 js1_5/Function/10.1.6-01: FAIL_OK
247 247
248 # Length of objects whose prototype chain includes a function
249 ecma_3/Function/regress-313570: FAIL_OK
250
251 # toPrecision argument restricted to range 1..21 in JSC/V8 248 # toPrecision argument restricted to range 1..21 in JSC/V8
252 js1_5/Regress/regress-452346: FAIL_OK 249 js1_5/Regress/regress-452346: FAIL_OK
253 ecma_3/Number/15.7.4.7-1: FAIL_OK 250 ecma_3/Number/15.7.4.7-1: FAIL_OK
254 251
255 # toExponential argument restricted to range 0..20 in JSC/V8 252 # toExponential argument restricted to range 0..20 in JSC/V8
256 ecma_3/Number/15.7.4.6-1: FAIL_OK 253 ecma_3/Number/15.7.4.6-1: FAIL_OK
257 254
258 #:=== RegExp:=== 255 #:=== RegExp:===
259 # We don't match the syntax error message of Mozilla for invalid 256 # We don't match the syntax error message of Mozilla for invalid
260 # RegExp flags. 257 # RegExp flags.
(...skipping 483 matching lines...) Expand 10 before | Expand all | Expand 10 after
744 js1_5/extensions/regress-465145: FAIL_OK 741 js1_5/extensions/regress-465145: FAIL_OK
745 js1_5/extensions/regress-469625: FAIL_OK 742 js1_5/extensions/regress-469625: FAIL_OK
746 js1_5/extensions/regress-472787: FAIL_OK 743 js1_5/extensions/regress-472787: FAIL_OK
747 js1_5/extensions/regress-44009: FAIL_OK 744 js1_5/extensions/regress-44009: FAIL_OK
748 js1_5/extensions/regress-50447-1: FAIL_OK 745 js1_5/extensions/regress-50447-1: FAIL_OK
749 js1_5/extensions/regress-50447: FAIL_OK 746 js1_5/extensions/regress-50447: FAIL_OK
750 js1_5/extensions/regress-90596-001: FAIL_OK 747 js1_5/extensions/regress-90596-001: FAIL_OK
751 js1_5/extensions/regress-90596-002: FAIL_OK 748 js1_5/extensions/regress-90596-002: FAIL_OK
752 js1_5/extensions/regress-96284-001: FAIL_OK 749 js1_5/extensions/regress-96284-001: FAIL_OK
753 js1_5/extensions/regress-96284-002: FAIL_OK 750 js1_5/extensions/regress-96284-002: FAIL_OK
754 js1_5/extensions/scope-001: FAIL_OK
755 js1_5/extensions/toLocaleFormat-01: FAIL_OK 751 js1_5/extensions/toLocaleFormat-01: FAIL_OK
756 js1_5/extensions/toLocaleFormat-02: FAIL_OK 752 js1_5/extensions/toLocaleFormat-02: FAIL_OK
757 753
758 js1_5/extensions/regress-330569: TIMEOUT 754 js1_5/extensions/regress-330569: TIMEOUT
759 js1_5/extensions/regress-351448: TIMEOUT 755 js1_5/extensions/regress-351448: TIMEOUT
760 js1_5/extensions/regress-342960: FAIL_OK || TIMEOUT if $mode == debug 756 js1_5/extensions/regress-342960: FAIL_OK || TIMEOUT if $mode == debug
761 # In the 64-bit version, this test takes longer to run out of memory 757 # In the 64-bit version, this test takes longer to run out of memory
762 # than it does in the 32-bit version when attempting to generate a huge 758 # than it does in the 32-bit version when attempting to generate a huge
763 # error message in debug mode. 759 # error message in debug mode.
764 js1_5/extensions/regress-336410-1: FAIL_OK || TIMEOUT if ($mode == debug && $arc h == x64) 760 js1_5/extensions/regress-336410-1: FAIL_OK || TIMEOUT if ($mode == debug && $arc h == x64)
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
933 ecma/Date/15.9.5.12-2: SKIP 929 ecma/Date/15.9.5.12-2: SKIP
934 ecma/Date/15.9.5.8: SKIP 930 ecma/Date/15.9.5.8: SKIP
935 ecma/Date/15.9.5.9: SKIP 931 ecma/Date/15.9.5.9: SKIP
936 ecma/Date/15.9.5.11-2: SKIP 932 ecma/Date/15.9.5.11-2: SKIP
937 ecma/Expressions/11.7.2: SKIP 933 ecma/Expressions/11.7.2: SKIP
938 ecma/Expressions/11.10-2: SKIP 934 ecma/Expressions/11.10-2: SKIP
939 ecma/Expressions/11.7.3: SKIP 935 ecma/Expressions/11.7.3: SKIP
940 ecma/Expressions/11.10-3: SKIP 936 ecma/Expressions/11.10-3: SKIP
941 ecma/Expressions/11.7.1: SKIP 937 ecma/Expressions/11.7.1: SKIP
942 ecma_3/RegExp/regress-209067: SKIP 938 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