summaryrefslogtreecommitdiff
path: root/deps/v8/tools/unittests/testdata/testroot1/test/sweet/sweet.status
blob: 74214631dc7eeec4558c6a3a8d5d7575516b60da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Copyright 2017 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.

[
[ALWAYS, {
  'raspberries': FAIL,
  'strawberries': [PASS, ['mode == release', SLOW], ['mode == debug', NO_VARIANTS]],

  # Both cherries and apples are to test how PASS an FAIL from different
  # sections are merged.
  'cherries': [PASS, SLOW],
  'apples': [FAIL],

  # Unused rule.
  'carrots': [PASS, FAIL],
}],

['variant == nooptimization', {
  'strawberries': [SKIP],
}],

['arch == x64', {
  'cherries': [FAIL],
  'apples': [PASS, SLOW],

  # Unused rule.
  'regress/*': [CRASH],
}],

['no_snap', {
  'bananas': [PASS, NO_VARIANTS],
  'raspberries': [FAIL, NO_VARIANTS],
}],
]