OSDN Git Service

Merge "Add verification of knownfailures in the testrunner"
authorTreehugger Robot <treehugger-gerrit@google.com>
Wed, 15 Mar 2017 17:32:17 +0000 (17:32 +0000)
committerGerrit Code Review <noreply-gerritcodereview@google.com>
Wed, 15 Mar 2017 17:32:18 +0000 (17:32 +0000)
1  2 
test/knownfailures.json

                          "slowness of gcstress makes this bad."]
      },
      {
-         "test": "152-dead-large-object",
+         "tests": "152-dead-large-object",
          "variant": "gcstress",
 -        "description": ["152-dead-large-object requires a heap larger than what gcstress uses."]
 +        "description": ["152-dead-large-object requires a heap larger than what gcstress uses."],
 +        "bug": "http://b/35800768"
      },
      {
          "tests": ["908-gc-start-finish",
          "variant": "gcstress"
      },
      {
 -        "tests": "154-gc-loop",
 -        "variant": "gcstress | jit",
 -        "description": ["154-gc-loop depends GC not happening too often"]
 +        "test": "154-gc-loop",
 +        "variant": "gcstress | jit & debug",
 +        "description": ["154-gc-loop depends GC not happening too often"],
 +        "bug": "http://b/35917229"
      },
      {
-         "test": "115-native-bridge",
+         "tests": "115-native-bridge",
          "variant": "target",
          "description": ["115-native-bridge setup is complicated. Need to",
                          "implement it correctly for the target."]