cmelchior / vogar

Automatically exported from code.google.com/p/vogar
0 stars 0 forks source link

Permit applicable modes in the expectations file #37

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
We have some tests that only fail on certain VMs. We should permit an 
expectation to include a mode field, whose values are the modes that the 
expectation applies to.

Ie.
  {
    name: "FooTest",
    mode: "host",
  }

or
  {
    name: "FooTest",
    modes: [ "host" ],
  }

Original issue reported on code.google.com by jessewil...@google.com on 26 Sep 2010 at 6:46

GoogleCodeExporter commented 9 years ago
Fixed with r170.

Original comment by jessewil...@google.com on 28 Sep 2010 at 1:03