The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / deps / v8 / test / cctest / cctest.status @ f230a1cf

History | View | Annotate | Download (5.64 KB)

1
# Copyright 2011 the V8 project authors. All rights reserved.
2
# Redistribution and use in source and binary forms, with or without
3
# modification, are permitted provided that the following conditions are
4
# met:
5
#
6
#     * Redistributions of source code must retain the above copyright
7
#       notice, this list of conditions and the following disclaimer.
8
#     * Redistributions in binary form must reproduce the above
9
#       copyright notice, this list of conditions and the following
10
#       disclaimer in the documentation and/or other materials provided
11
#       with the distribution.
12
#     * Neither the name of Google Inc. nor the names of its
13
#       contributors may be used to endorse or promote products derived
14
#       from this software without specific prior written permission.
15
#
16
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
17
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
18
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
19
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
20
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
21
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
22
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
23
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
24
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
26
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27

    
28
[
29
[ALWAYS, {
30
  # All tests prefixed with 'Bug' are expected to fail.
31
  'test-api/Bug*': [FAIL],
32

    
33
  ##############################################################################
34
  # BUG(382): Weird test. Can't guarantee that it never times out.
35
  'test-api/ApplyInterruption': [PASS, TIMEOUT],
36

    
37
  # TODO(mstarzinger): Fail gracefully on multiple V8::Dispose calls.
38
  'test-api/InitializeAndDisposeOnce': [SKIP],
39
  'test-api/InitializeAndDisposeMultiple': [SKIP],
40

    
41
  # These tests always fail.  They are here to test test.py.  If
42
  # they don't fail then test.py has failed.
43
  'test-serialize/TestThatAlwaysFails': [FAIL],
44
  'test-serialize/DependentTestThatAlwaysFails': [FAIL],
45

    
46
  # This test always fails.  It tests that LiveEdit causes abort when turned off.
47
  'test-debug/LiveEditDisabled': [FAIL],
48

    
49
  # TODO(gc): Temporarily disabled in the GC branch.
50
  'test-log/EquivalenceOfLoggingAndTraversal': [PASS, FAIL],
51

    
52
  # We do not yet shrink weak maps after they have been emptied by the GC
53
  'test-weakmaps/Shrinking': [FAIL],
54
  'test-weaksets/WeakSet_Shrinking': [FAIL],
55

    
56
  # Boot up memory use is bloated in debug mode.
57
  'test-mark-compact/BootUpMemoryUse': [PASS, PASS, ['mode == debug', FAIL]],
58

    
59
  # This tests only that the preparser and parser agree, so there is no point in
60
  # running several variants. Note that this still takes ages, because there
61
  # are actually 13 * 38 * 5 * 128 = 316160 individual tests hidden here.
62
  'test-parsing/ParserSync': [PASS, NO_VARIANTS],
63
}],  # ALWAYS
64

    
65
##############################################################################
66
['arch == arm', {
67

    
68
  # We cannot assume that we can throw OutOfMemory exceptions in all situations.
69
  # Apparently our ARM box is in such a state. Skip the test as it also runs for
70
  # a long time.
71
  'test-api/OutOfMemory': [SKIP],
72
  'test-api/OutOfMemoryNested': [SKIP],
73

    
74
  # BUG(355): Test crashes on ARM.
75
  'test-log/ProfLazyMode': [SKIP],
76

    
77
  # BUG(1075): Unresolved crashes.
78
  'test-serialize/Deserialize': [SKIP],
79
  'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [SKIP],
80
  'test-serialize/DeserializeAndRunScript2': [SKIP],
81
  'test-serialize/DeserializeFromSecondSerialization': [SKIP],
82
}],  # 'arch == arm'
83
##############################################################################
84
['arch == mipsel', {
85

    
86
  # BUG(2657): Test sometimes times out on MIPS simulator.
87
  'test-thread-termination/TerminateMultipleV8ThreadsDefaultIsolate': [PASS, TIMEOUT],
88

    
89
  # BUG(1075): Unresolved crashes on MIPS also.
90
  'test-serialize/Deserialize': [SKIP],
91
  'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [SKIP],
92
  'test-serialize/DeserializeAndRunScript2': [SKIP],
93
  'test-serialize/DeserializeFromSecondSerialization': [SKIP],
94
}],  # 'arch == mipsel'
95

    
96
##############################################################################
97
['arch == android_arm or arch == android_ia32', {
98

    
99
  # Tests crash as there is no /tmp directory in Android.
100
  'test-log/LogAccessorCallbacks': [SKIP],
101
  'test-log/LogCallbacks': [SKIP],
102
  'test-log/ProfLazyMode': [SKIP],
103

    
104
  # platform-tls.h does not contain an ANDROID-related header.
105
  'test-platform-tls/FastTLS': [SKIP],
106

    
107
  # This test times out.
108
  'test-threads/ThreadJoinSelf': [SKIP],
109
}],  # 'arch == android_arm or arch == android_ia32'
110

    
111
##############################################################################
112
['arch == nacl_ia32 or arch == nacl_x64', {
113

    
114
  # NaCl builds have problems with threaded tests since Pepper_28.
115
  # V8 Issue 2786
116
  'test-api/Threading1': [SKIP],
117
  'test-lockers/MultithreadedParallelIsolates': [SKIP],
118
  'test-lockers/ExtensionsRegistration': [SKIP],
119

    
120
  # These tests fail as there is no /tmp directory in Native Client.
121
  'test-log/LogAccessorCallbacks': [SKIP],
122
  'test-log/LogCallbacks': [SKIP],
123
  'test-log/ProfLazyMode': [SKIP],
124

    
125
  # Native Client doesn't support sockets.
126
  'test-debug/DebuggerAgent': [SKIP],
127
  'test-debug/DebuggerAgentProtocolOverflowHeader': [SKIP],
128
  'test-socket/Socket': [SKIP],
129

    
130
  # Profiling doesn't work on Native Client.
131
  'test-cpu-profiler/*': [SKIP],
132

    
133
  # Fails since 16322 (new test).
134
  'test-code-stubs-arm/ConvertDToI': [SKIP],
135
}],  # 'arch == nacl_ia32 or arch == nacl_x64'
136
]