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

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

Issue 6250105: Partial fix for V8 issue 1079. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge/build/ia32
Patch Set: Fix a typo I spotted. Created 9 years, 10 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 | « src/x64/lithium-x64.cc ('k') | test/mjsunit/regress/regress-1079.js » ('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 28 matching lines...) Expand all
39 # BUG(484): This test which we thought was originally corrected in r5236 39 # BUG(484): This test which we thought was originally corrected in r5236
40 # is re-appearing. Disabled until bug in test is fixed. This only fails 40 # is re-appearing. Disabled until bug in test is fixed. This only fails
41 # when snapshot is on, so I am marking it PASS || FAIL 41 # when snapshot is on, so I am marking it PASS || FAIL
42 test-heap-profiler/HeapSnapshotsDiff: PASS || FAIL 42 test-heap-profiler/HeapSnapshotsDiff: PASS || FAIL
43 43
44 # These tests always fail. They are here to test test.py. If 44 # These tests always fail. They are here to test test.py. If
45 # they don't fail then test.py has failed. 45 # they don't fail then test.py has failed.
46 test-serialize/TestThatAlwaysFails: FAIL 46 test-serialize/TestThatAlwaysFails: FAIL
47 test-serialize/DependentTestThatAlwaysFails: FAIL 47 test-serialize/DependentTestThatAlwaysFails: FAIL
48 48
49 # BUG(1079)
50 test-api/CaptureStackTraceForUncaughtException: PASS || FAIL
51
52 ############################################################################## 49 ##############################################################################
53 [ $arch == x64 ] 50 [ $arch == x64 ]
54 51
55 # Optimization is currently not working on crankshaft x64 and ARM. 52 # Optimization is currently not working on crankshaft x64 and ARM.
56 test-heap/TestInternalWeakLists: PASS || FAIL 53 test-heap/TestInternalWeakLists: PASS || FAIL
57 test-heap/TestInternalWeakListsTraverseWithGC: PASS || FAIL 54 test-heap/TestInternalWeakListsTraverseWithGC: PASS || FAIL
58 55
59 56
60 ############################################################################## 57 ##############################################################################
61 [ $arch == x64 && $crankshaft ] 58 [ $arch == x64 && $crankshaft ]
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 test-heap-profiler: SKIP 123 test-heap-profiler: SKIP
127 test-log: SKIP 124 test-log: SKIP
128 test-log-utils: SKIP 125 test-log-utils: SKIP
129 test-mark-compact: SKIP 126 test-mark-compact: SKIP
130 test-regexp: SKIP 127 test-regexp: SKIP
131 test-serialize: SKIP 128 test-serialize: SKIP
132 test-sockets: SKIP 129 test-sockets: SKIP
133 test-strings: SKIP 130 test-strings: SKIP
134 test-threads: SKIP 131 test-threads: SKIP
135 test-thread-termination: SKIP 132 test-thread-termination: SKIP
OLDNEW
« no previous file with comments | « src/x64/lithium-x64.cc ('k') | test/mjsunit/regress/regress-1079.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698