2008-09-09 20:08:45 +00:00
|
|
|
# Copyright 2008 the V8 project authors. All rights reserved.
|
2008-08-28 13:17:47 +00:00
|
|
|
# Redistribution and use in source and binary forms, with or without
|
|
|
|
# modification, are permitted provided that the following conditions are
|
|
|
|
# met:
|
|
|
|
#
|
2009-03-10 13:35:28 +00:00
|
|
|
# * Redistributions of source code must retain the above copyright
|
2008-08-28 13:17:47 +00:00
|
|
|
# notice, this list of conditions and the following disclaimer.
|
|
|
|
# * Redistributions in binary form must reproduce the above
|
|
|
|
# copyright notice, this list of conditions and the following
|
|
|
|
# disclaimer in the documentation and/or other materials provided
|
|
|
|
# with the distribution.
|
|
|
|
# * Neither the name of Google Inc. nor the names of its
|
|
|
|
# contributors may be used to endorse or promote products derived
|
|
|
|
# from this software without specific prior written permission.
|
|
|
|
#
|
|
|
|
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
|
|
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
|
|
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
|
|
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
|
|
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
|
|
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
|
|
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
|
|
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
|
|
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
|
|
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
|
|
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
|
|
|
|
|
prefix mjsunit
|
|
|
|
|
|
|
|
# All tests in the bug directory are expected to fail.
|
|
|
|
bugs: FAIL
|
|
|
|
|
2008-10-06 07:37:24 +00:00
|
|
|
# This one uses a built-in that's only present in debug mode. It takes
|
|
|
|
# too long to run in debug mode on ARM.
|
|
|
|
fuzz-natives: PASS, SKIP if ($mode == release || $arch == arm)
|
2008-09-03 07:31:19 +00:00
|
|
|
|
2009-03-19 13:01:50 +00:00
|
|
|
big-object-literal: PASS, SKIP if ($arch == arm)
|
|
|
|
|
2008-09-03 07:31:19 +00:00
|
|
|
[ $arch == arm ]
|
|
|
|
|
2008-10-06 15:16:53 +00:00
|
|
|
# Slow tests which times out in debug mode.
|
2008-10-06 07:37:24 +00:00
|
|
|
try: PASS, SKIP if $mode == debug
|
2008-10-06 15:16:53 +00:00
|
|
|
debug-scripts-request: PASS, SKIP if $mode == debug
|
2008-10-06 07:37:24 +00:00
|
|
|
|
2009-02-27 13:49:47 +00:00
|
|
|
# Flaky test that can hit compilation-time stack overflow in debug mode.
|
|
|
|
unicode-test: PASS, (PASS || FAIL) if $mode == debug
|
|
|
|
|
2008-10-06 07:37:24 +00:00
|
|
|
# Bug number 1020483: Debug tests fail on ARM.
|
2008-11-17 20:04:52 +00:00
|
|
|
debug-constructor: CRASH, FAIL
|
2008-12-08 15:11:02 +00:00
|
|
|
debug-continue: SKIP
|
2009-04-22 08:54:59 +00:00
|
|
|
debug-evaluate-recursive: CRASH || FAIL
|
|
|
|
debug-changebreakpoint: CRASH || FAIL
|
|
|
|
debug-clearbreakpoint: CRASH || FAIL
|
2009-07-07 21:08:29 +00:00
|
|
|
debug-clearbreakpointgroup: PASS, FAIL if $mode == debug
|
2009-04-22 08:54:59 +00:00
|
|
|
debug-conditional-breakpoints: FAIL
|
|
|
|
debug-evaluate: CRASH || FAIL
|
|
|
|
debug-ignore-breakpoints: CRASH || FAIL
|
|
|
|
debug-multiple-breakpoints: CRASH || FAIL
|
2009-04-22 11:41:19 +00:00
|
|
|
debug-setbreakpoint: CRASH || FAIL || PASS
|
2008-12-08 15:11:02 +00:00
|
|
|
debug-step-stub-callfunction: SKIP
|
2009-07-16 07:07:51 +00:00
|
|
|
debug-stepin-accessor: CRASH || FAIL
|
2008-11-17 20:04:52 +00:00
|
|
|
debug-stepin-constructor: CRASH, FAIL
|
2009-07-10 12:12:23 +00:00
|
|
|
debug-stepin-function-call: CRASH || FAIL
|
2008-12-08 15:11:02 +00:00
|
|
|
debug-step: SKIP
|
2008-10-06 07:37:24 +00:00
|
|
|
debug-breakpoints: PASS || FAIL
|
2009-04-22 11:41:19 +00:00
|
|
|
debug-handle: CRASH || FAIL || PASS
|
2009-04-07 09:54:53 +00:00
|
|
|
regress/regress-269: SKIP
|
2008-10-06 07:37:24 +00:00
|
|
|
|
2008-10-27 15:53:29 +00:00
|
|
|
# Bug number 130 http://code.google.com/p/v8/issues/detail?id=130
|
2008-10-27 16:43:56 +00:00
|
|
|
# Fails on real ARM hardware but not on the simulator.
|
|
|
|
string-compare-alignment: PASS || FAIL
|
2009-07-09 14:04:37 +00:00
|
|
|
|
|
|
|
|
|
|
|
[ $arch == x64 ]
|
|
|
|
|
2009-07-14 11:39:45 +00:00
|
|
|
debug-backtrace: CRASH || FAIL
|
|
|
|
date-parse: CRASH || FAIL
|
|
|
|
debug-backtrace-text: CRASH || FAIL
|
|
|
|
debug-multiple-breakpoints: CRASH || FAIL
|
|
|
|
debug-breakpoints: CRASH || FAIL
|
|
|
|
debug-changebreakpoint: CRASH || FAIL
|
|
|
|
debug-clearbreakpoint: CRASH || FAIL
|
|
|
|
debug-conditional-breakpoints: CRASH || FAIL
|
|
|
|
debug-constructor: CRASH || FAIL
|
|
|
|
debug-continue: CRASH || FAIL
|
|
|
|
debug-enable-disable-breakpoints: CRASH || FAIL
|
|
|
|
debug-evaluate-recursive: CRASH || FAIL
|
|
|
|
debug-event-listener: CRASH || FAIL
|
|
|
|
debug-evaluate: CRASH || FAIL
|
|
|
|
debug-ignore-breakpoints: CRASH || FAIL
|
|
|
|
debug-setbreakpoint: CRASH || FAIL
|
|
|
|
debug-step-stub-callfunction: CRASH || FAIL
|
|
|
|
debug-step: CRASH || FAIL
|
|
|
|
mirror-date: CRASH || FAIL
|
|
|
|
invalid-lhs: PASS || CRASH || FAIL
|
|
|
|
debug-stepin-constructor: CRASH || FAIL
|
|
|
|
debug-stepin-function-call: CRASH || FAIL
|
|
|
|
new: CRASH || FAIL
|
|
|
|
fuzz-natives: PASS || TIMEOUT
|
|
|
|
greedy: PASS || TIMEOUT
|
|
|
|
debug-handle: CRASH || FAIL
|
|
|
|
string-indexof: PASS || TIMEOUT
|
|
|
|
debug-clearbreakpointgroup: CRASH || FAIL
|
|
|
|
regress/regress-269: CRASH || FAIL
|
|
|
|
div-mod: CRASH || FAIL
|
|
|
|
unicode-test: PASS || TIMEOUT
|
|
|
|
regress/regress-392: CRASH || FAIL
|
|
|
|
regress/regress-1200351: CRASH || FAIL
|
|
|
|
regress/regress-998565: CRASH || FAIL
|
|
|
|
tools/tickprocessor: PASS || CRASH || FAIL
|