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

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

Issue 7867040: Reduce imprecision of incremental marking. (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/gc
Patch Set: Created 9 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
« src/incremental-marking.cc ('K') | « test/cctest/cctest.status ('k') | 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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 # Very slow on ARM, contains no architecture dependent code. 53 # Very slow on ARM, contains no architecture dependent code.
54 unicode-case-overoptimization: PASS, TIMEOUT if ($arch == arm) 54 unicode-case-overoptimization: PASS, TIMEOUT if ($arch == arm)
55 55
56 # Skip long running test in debug and allow it to timeout in release mode. 56 # Skip long running test in debug and allow it to timeout in release mode.
57 regress/regress-524: (PASS || TIMEOUT), SKIP if $mode == debug 57 regress/regress-524: (PASS || TIMEOUT), SKIP if $mode == debug
58 58
59 # Stack manipulations in LiveEdit are buggy - see bug 915 59 # Stack manipulations in LiveEdit are buggy - see bug 915
60 debug-liveedit-check-stack: SKIP 60 debug-liveedit-check-stack: SKIP
61 debug-liveedit-patch-positions-replace: SKIP 61 debug-liveedit-patch-positions-replace: SKIP
62 62
63 # Known failures after merge from the bleeding edge (issue 1672)
64 debug-scopes: SKIP if ($mode == debug)
65 mirror-object: SKIP if ($mode == debug)
66 debug-return-value: SKIP if ($mode == debug)
67 tickprocessor: SKIP if ($mode == debug)
68 debug-blockscopes: SKIP if ($mode == debug)
69 mirror-error: SKIP if ($mode == debug)
70 mirror-array: SKIP if ($mode == debug)
71 debug-return-value: SKIP if ($mode == debug)
63 72
64 ############################################################################## 73 ##############################################################################
65 [ $arch == arm ] 74 [ $arch == arm ]
66 75
67 # Slow tests which times out in debug mode. 76 # Slow tests which times out in debug mode.
68 try: PASS, SKIP if $mode == debug 77 try: PASS, SKIP if $mode == debug
69 debug-scripts-request: PASS, SKIP if $mode == debug 78 debug-scripts-request: PASS, SKIP if $mode == debug
70 array-constructor: PASS, SKIP if $mode == debug 79 array-constructor: PASS, SKIP if $mode == debug
71 80
72 # Flaky test that can hit compilation-time stack overflow in debug mode. 81 # Flaky test that can hit compilation-time stack overflow in debug mode.
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 regress/regress-634: SKIP 149 regress/regress-634: SKIP
141 regress/regress-create-exception: SKIP 150 regress/regress-create-exception: SKIP
142 regress/regress-3218915: SKIP 151 regress/regress-3218915: SKIP
143 regress/regress-3247124: SKIP 152 regress/regress-3247124: SKIP
144 153
145 154
146 [ $isolates ] 155 [ $isolates ]
147 # d8-os writes temporary files that might interfer with each other when running 156 # d8-os writes temporary files that might interfer with each other when running
148 # in multible threads. Skip this if running with isolates testing. 157 # in multible threads. Skip this if running with isolates testing.
149 d8-os: SKIP 158 d8-os: SKIP
OLDNEW
« src/incremental-marking.cc ('K') | « test/cctest/cctest.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698