~ubuntu-branches/ubuntu/vivid/nqp/vivid

« back to all changes in this revision

Viewing changes to debian/patches/03_disable-bigint-roundtrip-tests.patch

  • Committer: Package Import Robot
  • Author(s): Alessandro Ghedini
  • Date: 2012-06-08 14:57:52 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20120608145752-ziumy2rhxboeuf3r
Tags: 0.1~2012.04.1-1
* New upstream release
* Bump required parrot version
* Refresh patches
* Bump upstream copyright years for dyncall
* Use dh_parrot debhelper plugin

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 
9
9
--- a/t/nqp/60-bigint.t
10
10
+++ b/t/nqp/60-bigint.t
11
 
@@ -75,12 +75,14 @@
 
11
@@ -77,12 +77,14 @@
12
12
 my $converted := nqp::tonum_I(nqp::fromstr_I('10000000000000000', $bi_type));
13
13
 ok(nqp::abs_n($big - $converted) / $big < 1e-4, 'bigint -> float, 1e16');
14
14