From 6189c2a3e211025242286668a27be756fe3090b6 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Fri, 24 Oct 2014 18:25:02 +0000 Subject: [PATCH] community/v8 to 3.29.88.10-1 --- community/v8/PKGBUILD | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/community/v8/PKGBUILD b/community/v8/PKGBUILD index df5d4ef98..3c124ec59 100644 --- a/community/v8/PKGBUILD +++ b/community/v8/PKGBUILD @@ -9,7 +9,7 @@ pkgname=v8 # use http://omahaproxy.appspot.com/ to find stable v8 version -pkgver=3.29.88.8 +pkgver=3.29.88.10 pkgrel=1 pkgdesc='Fast and modern Javascript engine' arch=(i686 x86_64) @@ -20,7 +20,7 @@ makedepends=(python2 ninja) # unfortunately https://github.com/$pkgname/$pkgname does not contain all tags source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver-lite.tar.bz2 v8.pc) -sha256sums=('7df4f844ff21cd22963d80d65bc547bb186e76f2bba06e346c5de781d041cc51' +sha256sums=('f465bb79898389c919e24ef39e586579ff55d2c08528b28a1da68dc337e62f60' '2b054309df9af9fb2e3e14527e88360b44745649b4866e592fb357ac90935f5d') [[ "$CARCH" = 'i686' ]] && ARCH=ia32 @@ -52,8 +52,10 @@ build() { check() { cd v8-$pkgver - # A number of tests are failing. Figure out what happens and then enable tests. - # LD_LIBRARY_PATH=out/Release/lib.target tools/run-tests.py --no-presubmit --outdir=out --buildbot --arch=$ARCH --mode=Release # --progress=dots + # the test fails https://code.google.com/p/v8/issues/detail?id=2899 + rm test/intl/collator/default-locale.js + + tools/run-tests.py --no-presubmit --outdir=out --buildbot --arch=$V8_ARCH --mode=Release # --progress=dots } package() {