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/cctest/cctest.status

Issue 3211001: Bring r5350 and r5353 to the 2.2 branch. (Closed) Base URL: http://v8.googlecode.com/svn/branches/2.2/
Patch Set: '' Created 10 years, 4 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/version.cc ('k') | test/mjsunit/regress/regress-842.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 2008 the V8 project authors. All rights reserved. 1 # Copyright 2008 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 17 matching lines...) Expand all
28 prefix cctest 28 prefix cctest
29 29
30 test-api/Bug*: FAIL 30 test-api/Bug*: FAIL
31 31
32 # BUG(281): This test fails on some Linuxes. 32 # BUG(281): This test fails on some Linuxes.
33 test-debug/DebuggerAgent: PASS, (PASS || FAIL) if $system == linux 33 test-debug/DebuggerAgent: PASS, (PASS || FAIL) if $system == linux
34 34
35 # BUG(382): Weird test. Can't guarantee that it never times out. 35 # BUG(382): Weird test. Can't guarantee that it never times out.
36 test-api/ApplyInterruption: PASS || TIMEOUT 36 test-api/ApplyInterruption: PASS || TIMEOUT
37 37
38 # Bug (484): This test which we thought was originally corrected in r5236
39 # is reappering. Disabled until bug in test is fixed. This only fails
40 # when snapshot is on, so I am marking it PASS || FAIL
41 test-heap-profiler/HeapSnapshotsDiff: PASS || FAIL
42
38 # These tests always fail. They are here to test test.py. If 43 # These tests always fail. They are here to test test.py. If
39 # they don't fail then test.py has failed. 44 # they don't fail then test.py has failed.
40 test-serialize/TestThatAlwaysFails: FAIL 45 test-serialize/TestThatAlwaysFails: FAIL
41 test-serialize/DependentTestThatAlwaysFails: FAIL 46 test-serialize/DependentTestThatAlwaysFails: FAIL
42 47
43 [ $arch == arm ] 48 [ $arch == arm ]
44 49
45 # BUG(240): Test seems flaky on ARM. 50 # BUG(240): Test seems flaky on ARM.
46 test-api/RegExpInterruption: SKIP 51 test-api/RegExpInterruption: SKIP
47 52
(...skipping 23 matching lines...) Expand all
71 test-heap-profiler: SKIP 76 test-heap-profiler: SKIP
72 test-log: SKIP 77 test-log: SKIP
73 test-log-utils: SKIP 78 test-log-utils: SKIP
74 test-mark-compact: SKIP 79 test-mark-compact: SKIP
75 test-regexp: SKIP 80 test-regexp: SKIP
76 test-serialize: SKIP 81 test-serialize: SKIP
77 test-sockets: SKIP 82 test-sockets: SKIP
78 test-strings: SKIP 83 test-strings: SKIP
79 test-threads: SKIP 84 test-threads: SKIP
80 test-thread-termination: SKIP 85 test-thread-termination: SKIP
OLDNEW
« no previous file with comments | « src/version.cc ('k') | test/mjsunit/regress/regress-842.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698