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 / mjsunit / mjsunit.status @ 40c0f755

History | View | Annotate | Download (2.97 KB)

1
# Copyright 2008 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
prefix mjsunit
29

    
30
# All tests in the bug directory are expected to fail.
31
bugs: FAIL
32

    
33
# This one uses a built-in that's only present in debug mode. It takes
34
# too long to run in debug mode on ARM.
35
fuzz-natives: PASS, SKIP if ($mode == release || $arch == arm)
36

    
37
big-object-literal: PASS, SKIP if ($arch == arm)
38

    
39
[ $arch == arm ]
40

    
41
# Slow tests which times out in debug mode.
42
try: PASS, SKIP if $mode == debug
43
debug-scripts-request: PASS, SKIP if $mode == debug
44

    
45
# Flaky test that can hit compilation-time stack overflow in debug mode.
46
unicode-test: PASS, (PASS || FAIL) if $mode == debug
47

    
48
# Bug number 1020483: Debug tests fail on ARM.
49
debug-constructor: CRASH, FAIL
50
debug-continue: SKIP
51
debug-evaluate-recursive: CRASH, FAIL if $mode == debug
52
debug-changebreakpoint: CRASH, FAIL if $mode == debug
53
debug-clearbreakpoint: CRASH, FAIL if $mode == debug
54
debug-conditional-breakpoints: CRASH, FAIL if $mode == debug
55
debug-evaluate: CRASH, FAIL if $mode == debug
56
debug-ignore-breakpoints: CRASH, FAIL if $mode == debug
57
debug-multiple-breakpoints: CRASH, FAIL if $mode == debug
58
debug-setbreakpoint: CRASH, FAIL if $mode == debug
59
debug-step-stub-callfunction: SKIP
60
debug-stepin-constructor: CRASH, FAIL
61
debug-step: SKIP
62
debug-breakpoints: PASS || FAIL
63
debug-handle: CRASH, FAIL if $mode == debug
64
regress/regress-269: SKIP
65

    
66
# Bug number 130 http://code.google.com/p/v8/issues/detail?id=130
67
# Fails on real ARM hardware but not on the simulator.
68
string-compare-alignment: PASS || FAIL