cgdecker / vogar

Automatically exported from code.google.com/p/vogar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Permit applicable modes in the expectations file

GoogleCodeExporter opened this issue · comments

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

Fixed with r170.

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

  • Changed state: Fixed