-
Notifications
You must be signed in to change notification settings - Fork 13.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stop allocating so much in arena tests
Android bots are OOMing.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2d27ad1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
saw approval from brson
at brson@2d27ad1
2d27ad1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
merging brson/rust/smallerarenas = 2d27ad1 into auto
2d27ad1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
brson/rust/smallerarenas = 2d27ad1 merged ok, testing candidate = 11250486
2d27ad1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some tests failed:
failure: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-t/builds/2912
exception: http://buildbot.rust-lang.org/builders/auto-mac-32-opt/builds/3798
exception: http://buildbot.rust-lang.org/builders/auto-mac-32-nopt-c/builds/1640
exception: http://buildbot.rust-lang.org/builders/auto-mac-32-nopt-t/builds/1642
exception: http://buildbot.rust-lang.org/builders/auto-mac-64-opt/builds/3799
exception: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-c/builds/2899
exception: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-t/builds/2905
exception: http://buildbot.rust-lang.org/builders/auto-linux-32-opt/builds/3814
exception: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-c/builds/2902
exception: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-t/builds/2908
exception: http://buildbot.rust-lang.org/builders/auto-linux-64-opt/builds/3816
exception: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-t/builds/2907
exception: http://buildbot.rust-lang.org/builders/auto-win-32-opt/builds/3806
exception: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-c/builds/2907
exception: http://buildbot.rust-lang.org/builders/auto-bsd-64-opt/builds/3576
2d27ad1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
saw approval from brson
at brson@2d27ad1
2d27ad1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
merging brson/rust/smallerarenas = 2d27ad1 into auto
2d27ad1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
brson/rust/smallerarenas = 2d27ad1 merged ok, testing candidate = e139b49
2d27ad1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
all tests pass:
success: http://buildbot.rust-lang.org/builders/auto-mac-32-opt/builds/3801
success: http://buildbot.rust-lang.org/builders/auto-mac-32-nopt-c/builds/1643
success: http://buildbot.rust-lang.org/builders/auto-mac-32-nopt-t/builds/1645
success: http://buildbot.rust-lang.org/builders/auto-mac-64-opt/builds/3802
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-c/builds/2902
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-t/builds/2908
success: http://buildbot.rust-lang.org/builders/auto-linux-32-opt/builds/3817
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-c/builds/2905
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-t/builds/2911
success: http://buildbot.rust-lang.org/builders/auto-linux-64-opt/builds/3819
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-c/builds/2905
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-t/builds/2910
success: http://buildbot.rust-lang.org/builders/auto-linux-64-x-android/builds/2979
success: http://buildbot.rust-lang.org/builders/auto-win-32-opt/builds/3809
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-c/builds/2910
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-t/builds/2915
success: http://buildbot.rust-lang.org/builders/auto-bsd-64-opt/builds/3579
2d27ad1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fast-forwarding master to auto = e139b49