Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
move INET tests to last, so we can see how much time they take
Oddly enough, moving this test to an earlier location, only had adverse
effects on the wallclock of spectest.  Grrr.  Wish I understood exactly what
is going on here.
  • Loading branch information
lizmat committed Jul 24, 2013
1 parent c3a58f9 commit 9ba5dde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/spectest.data
Expand Up @@ -579,7 +579,6 @@ S29-context/sleep.t
S29-conversions/hash.t
S29-conversions/ord_and_chr.t #icu
S29-os/system.t
S32-io/IO-Socket-INET.t # out of order to give more wallclock in parallel tests
S32-array/bool.t
S32-array/create.t
S32-array/delete.t
Expand Down Expand Up @@ -766,3 +765,4 @@ integration/variables-in-do.t
integration/weird-errors.t
rosettacode/greatest_element_of_a_list.t
rosettacode/sierpinski_triangle.t
S32-io/IO-Socket-INET.t # last to prevent load interference

0 comments on commit 9ba5dde

Please sign in to comment.