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

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

Issue 505203004: Enable more tests that no longer fail with TF. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 3 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 | test/mozilla/mozilla.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 2012 the V8 project authors. All rights reserved. 1 # Copyright 2012 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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 65
66 # TODO(mstarzinger): Sometimes the try-catch blacklist fails. 66 # TODO(mstarzinger): Sometimes the try-catch blacklist fails.
67 'debug-references': [PASS, NO_VARIANTS], 67 'debug-references': [PASS, NO_VARIANTS],
68 'regress/regress-263': [PASS, NO_VARIANTS], 68 'regress/regress-263': [PASS, NO_VARIANTS],
69 69
70 # Some tests are over-restrictive about object layout. 70 # Some tests are over-restrictive about object layout.
71 'array-constructor-feedback': [PASS, NO_VARIANTS], 71 'array-constructor-feedback': [PASS, NO_VARIANTS],
72 'array-feedback': [PASS, NO_VARIANTS], 72 'array-feedback': [PASS, NO_VARIANTS],
73 73
74 # Some tests are just too slow to run for now. 74 # Some tests are just too slow to run for now.
75 'big-object-literal': [PASS, NO_VARIANTS],
76 'bit-not': [PASS, NO_VARIANTS], 75 'bit-not': [PASS, NO_VARIANTS],
77 'json2': [PASS, NO_VARIANTS], 76 'json2': [PASS, NO_VARIANTS],
78 'packed-elements': [PASS, NO_VARIANTS], 77 'packed-elements': [PASS, NO_VARIANTS],
79 'unbox-double-arrays': [PASS, NO_VARIANTS],
80 'whitespaces': [PASS, NO_VARIANTS], 78 'whitespaces': [PASS, NO_VARIANTS],
81 'compiler/osr-assert': [PASS, NO_VARIANTS], 79 'compiler/osr-assert': [PASS, NO_VARIANTS],
82 'compiler/osr-regress-max-locals': [PASS, NO_VARIANTS],
83 'es7/object-observe': [PASS, NO_VARIANTS],
84 'regress/regress-2185-2': [PASS, NO_VARIANTS], 80 'regress/regress-2185-2': [PASS, NO_VARIANTS],
85 81
86 # Support for breakpoints requires special relocation info for DebugBreak. 82 # Support for breakpoints requires special relocation info for DebugBreak.
87 'debug-clearbreakpointgroup': [PASS, NO_VARIANTS], 83 'debug-clearbreakpointgroup': [PASS, NO_VARIANTS],
88 'debug-step-2': [PASS, NO_VARIANTS], 84 'debug-step-2': [PASS, NO_VARIANTS],
89 'regress/regress-debug-deopt-while-recompile': [PASS, NO_VARIANTS], 85 'regress/regress-debug-deopt-while-recompile': [PASS, NO_VARIANTS],
90 'regress/regress-opt-after-debug-deopt': [PASS, NO_VARIANTS], 86 'regress/regress-opt-after-debug-deopt': [PASS, NO_VARIANTS],
91 87
92 # Support for %GetFrameDetails is missing and requires checkpoints. 88 # Support for %GetFrameDetails is missing and requires checkpoints.
93 'debug-evaluate-bool-constructor': [PASS, NO_VARIANTS], 89 'debug-evaluate-bool-constructor': [PASS, NO_VARIANTS],
(...skipping 496 matching lines...) Expand 10 before | Expand all | Expand 10 after
590 'never-optimize': [SKIP], 586 'never-optimize': [SKIP],
591 'regress/regress-2185-2': [SKIP], 587 'regress/regress-2185-2': [SKIP],
592 'harmony/object-observe': [SKIP], 588 'harmony/object-observe': [SKIP],
593 'readonly': [SKIP], 589 'readonly': [SKIP],
594 'array-feedback': [SKIP], 590 'array-feedback': [SKIP],
595 591
596 # Deopt every n garbage collections collides with deopt every n times. 592 # Deopt every n garbage collections collides with deopt every n times.
597 'regress/regress-2653': [SKIP], 593 'regress/regress-2653': [SKIP],
598 }], # 'deopt_fuzzer == True' 594 }], # 'deopt_fuzzer == True'
599 ] 595 ]
OLDNEW
« no previous file with comments | « no previous file | test/mozilla/mozilla.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698