 Chromium Code Reviews
 Chromium Code Reviews Issue 
            8226016:
    Add the ability to run tests with several sets of VM flags  (Closed)
    
  
    Issue 
            8226016:
    Add the ability to run tests with several sets of VM flags  (Closed) 
  | DescriptionAdd the ability to run tests with several sets of VM flags
The test-option VMOptions that can be placed in .dart test files can now be specified several times like this:
// VMOptions=
// VMOptions=--short_socket_read
// VMOptions=--short_socket_write
// VMOptions=--short_socket_read --short_socket_write
For each time VMOptions is specified a seperate test will be bun with the specified flags.
Used this to run the tests that uses sockets with short read and writes. Fixed a number of bugs in both stream implementation and in tests revealed by this.
R=iposva@google.com, ngeoffray@google.com
Committed: https://code.google.com/p/dart/source/detail?r=388
   Patch Set 1 #Patch Set 2 : Minor fixes #Patch Set 3 : Minor fix #Patch Set 4 : Changed from usng VMShortReadWrite to using several VMOptions lines #Patch Set 5 : Removed code in comments #
      Total comments: 4
      
     Patch Set 6 : Addressed comments from iposva@ #
      Total comments: 10
      
     Patch Set 7 : Addressed comments from ngeoffray@ #
 Messages
    Total messages: 7 (0 generated)
     | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||