2015-05-19 10:14:49 +00:00
|
|
|
# Copyright 2015 the V8 project authors. All rights reserved.
|
|
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
|
|
# found in the LICENSE file.
|
|
|
|
|
|
|
|
# --------------------------------------------------------------------
|
|
|
|
# If you add a test case to this file, please try to provide
|
|
|
|
# an explanation of why the test fails; this may ease future
|
|
|
|
# debugging.
|
|
|
|
# --------------------------------------------------------------------
|
|
|
|
|
|
|
|
[
|
|
|
|
[ALWAYS, {
|
2015-07-22 03:13:53 +00:00
|
|
|
# TODO(bbudge): Drop when test is fixed upstream.
|
2015-05-19 10:14:49 +00:00
|
|
|
'benchmarks/aobench': SKIP,
|
2015-07-22 03:13:53 +00:00
|
|
|
'benchmarks/averageFloat64x2': SKIP,
|
|
|
|
'benchmarks/averageFloat64x2Load': SKIP,
|
|
|
|
'benchmarks/mandelbrot': SKIP,
|
|
|
|
'benchmarks/sinx4': SKIP,
|
2015-05-19 10:14:49 +00:00
|
|
|
|
|
|
|
# TODO(bbudge): Drop this when simd implementation is faster.
|
|
|
|
'benchmarks/memcpy': SKIP,
|
2015-10-01 19:18:51 +00:00
|
|
|
|
|
|
|
# Slow tests.
|
|
|
|
'benchmarks/kernel-template': [PASS, SLOW],
|
|
|
|
'benchmarks/memset': [PASS, SLOW],
|
2015-05-19 10:14:49 +00:00
|
|
|
}],
|
2015-05-27 18:55:41 +00:00
|
|
|
|
|
|
|
######################################################################
|
|
|
|
['byteorder == big', {
|
|
|
|
# shell_test_runner requires little-endian, skip it on big-endian.
|
|
|
|
'shell_test_runner': [SKIP],
|
|
|
|
}], # 'byteorder == big'
|
|
|
|
|
2015-05-19 10:14:49 +00:00
|
|
|
]
|