From 55a69c492a9e8379ff4ec3724a3828967dee44bf Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Wed, 8 Jan 2020 19:21:58 -0600 Subject: [PATCH] tools.deploy: Up the deploy sizes for mac32. Looks like upgrading to unicode 12 caused the sizes to grow. These are mostly graphics demos which should not depend on unicode, but the tools can't detect this easily, so punt for now. Here's a command to show the last clean deploy to where it broke. git log -p 4201c2149b66d5ce45a9e45be95459256486a7ea..8eb7621b549a7956665affc9e53a48e8e8b29ea3 --- basis/tools/deploy/deploy-tests.factor | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/basis/tools/deploy/deploy-tests.factor b/basis/tools/deploy/deploy-tests.factor index 4e6dac91bd..c79f433079 100644 --- a/basis/tools/deploy/deploy-tests.factor +++ b/basis/tools/deploy/deploy-tests.factor @@ -34,7 +34,7 @@ delete-staging-images { } [ "sudoku" shake-and-bake 800000 small-enough? ] long-unit-test ! [ ] [ "hello-ui" shake-and-bake 1605000 small-enough? ] long-unit-test -{ } [ "hello-ui" shake-and-bake 2762000 small-enough? ] long-unit-test +{ } [ "hello-ui" shake-and-bake 2764000 small-enough? ] long-unit-test { "math-threads-compiler-io-ui" } [ "hello-ui" deploy-config config>profile @@ -42,24 +42,24 @@ delete-staging-images ] long-unit-test ! [ ] [ "maze" shake-and-bake 1520000 small-enough? ] long-unit-test -{ } [ "maze" shake-and-bake 2800000 small-enough? ] long-unit-test +{ } [ "maze" shake-and-bake 2801000 small-enough? ] long-unit-test ! [ ] [ "tetris" shake-and-bake 1734000 small-enough? ] long-unit-test { } [ "tetris" shake-and-bake 2850000 small-enough? ] long-unit-test ! [ ] [ "spheres" shake-and-bake 1557000 small-enough? ] long-unit-test -{ } [ "spheres" shake-and-bake 2820000 small-enough? ] long-unit-test +{ } [ "spheres" shake-and-bake 2850000 small-enough? ] long-unit-test ! [ ] [ "terrain" shake-and-bake 2053000 small-enough? ] long-unit-test -{ } [ "terrain" shake-and-bake 2685300 small-enough? ] long-unit-test +{ } [ "terrain" shake-and-bake 3385300 small-enough? ] long-unit-test ! [ ] [ "gpu.demos.raytrace" shake-and-bake 2764000 small-enough? ] long-unit-test -{ } [ "gpu.demos.raytrace" shake-and-bake 3557800 small-enough? ] long-unit-test +{ } [ "gpu.demos.raytrace" shake-and-bake 4157800 small-enough? ] long-unit-test ! { } [ "bunny" shake-and-bake 2559640 small-enough? ] long-unit-test -{ } [ "bunny" shake-and-bake 2700000 small-enough? ] long-unit-test +{ } [ "bunny" shake-and-bake 3400000 small-enough? ] long-unit-test -{ } [ "gpu.demos.bunny" shake-and-bake 3750000 small-enough? ] long-unit-test +{ } [ "gpu.demos.bunny" shake-and-bake 4200000 small-enough? ] long-unit-test os macosx? [ [ ] [ "webkit-demo" shake-and-bake 600000 small-enough? ] long-unit-test