<feed xmlns='http://www.w3.org/2005/Atom'>
<title>aports/testing/micropython, branch v20190925</title>
<subtitle>Main aports tree
</subtitle>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/'/>
<entry>
<title>testing/micropython: limit on aarch64</title>
<updated>2019-07-14T01:24:56+00:00</updated>
<author>
<name>Leo</name>
<email>thinkabit.ukim@gmail.com</email>
</author>
<published>2019-07-14T01:24:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=6f220467bdd686681ec8cbb1c1eb4f2e2adce34f'/>
<id>6f220467bdd686681ec8cbb1c1eb4f2e2adce34f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/micropython: limit on ppc64le</title>
<updated>2019-07-13T20:04:05+00:00</updated>
<author>
<name>Leo</name>
<email>thinkabit.ukim@gmail.com</email>
</author>
<published>2019-07-13T20:04:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=b18629d4dac092f1f424f9b804b5523aa62f3aa9'/>
<id>b18629d4dac092f1f424f9b804b5523aa62f3aa9</id>
<content type='text'>
CC ../py/obj.c
CC ../py/objarray.c
../py/nativeglue.c:226:5: error: 'nlr_push' undeclared here (not in a function); did you mean 'nlr_jump'?
     nlr_push,
     ^~~~~~~~
     nlr_jump
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CC ../py/obj.c
CC ../py/objarray.c
../py/nativeglue.c:226:5: error: 'nlr_push' undeclared here (not in a function); did you mean 'nlr_jump'?
     nlr_push,
     ^~~~~~~~
     nlr_jump
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/micropython: upgrade to 1.11</title>
<updated>2019-07-13T19:10:19+00:00</updated>
<author>
<name>Marian Buschsieweke</name>
<email>marian.buschsieweke@ovgu.de</email>
</author>
<published>2019-07-11T03:31:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=1c5a9877efd61dbc94042023fcd3ac2d637ab8c7'/>
<id>1c5a9877efd61dbc94042023fcd3ac2d637ab8c7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/micropython: disable on armv7 due to build failure</title>
<updated>2019-06-12T15:06:28+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2019-06-12T15:06:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=d0bc086207b36d497d98cb51fc7787a50444d08f'/>
<id>d0bc086207b36d497d98cb51fc7787a50444d08f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/micropython: disable one more test for ppc64le</title>
<updated>2018-10-21T14:20:39+00:00</updated>
<author>
<name>Andy Postnikov</name>
<email>apostnikov@gmail.com</email>
</author>
<published>2018-10-21T14:15:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=a542992528d4ec292b297ea702dc9bbc357de1b2'/>
<id>a542992528d4ec292b297ea702dc9bbc357de1b2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/micropython: enable ppc64le and disable broken tests</title>
<updated>2018-10-21T14:06:03+00:00</updated>
<author>
<name>Andy Postnikov</name>
<email>apostnikov@gmail.com</email>
</author>
<published>2018-10-21T13:56:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=447f4c1d291224b3b882be87f590e6883f1eb15a'/>
<id>447f4c1d291224b3b882be87f590e6883f1eb15a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/micropython: disable on x86 and let abuild do strip</title>
<updated>2018-10-11T14:04:20+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2018-10-11T14:02:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=220968092461f20b1a26a159cc4927a1502029f5'/>
<id>220968092461f20b1a26a159cc4927a1502029f5</id>
<content type='text'>
It fails to build on x86 with a segfault:

MPY modules/upip.py
make: *** [../../py/mkrules.mk:114: build/frozen_mpy/upip.mpy]
Segmentation fault (core dumped)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It fails to build on x86 with a segfault:

MPY modules/upip.py
make: *** [../../py/mkrules.mk:114: build/frozen_mpy/upip.mpy]
Segmentation fault (core dumped)
</pre>
</div>
</content>
</entry>
<entry>
<title>testing: (Bulk change) Update urls to https using HTTPS Everywhere and bump pkgrel</title>
<updated>2018-10-06T17:19:31+00:00</updated>
<author>
<name>J0WI</name>
<email>J0WI@users.noreply.github.com</email>
</author>
<published>2018-10-06T12:15:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=16f8ceb8e2d24fc6e5dccc926d86c48ad52a8b64'/>
<id>16f8ceb8e2d24fc6e5dccc926d86c48ad52a8b64</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>aports: add support for armv7 [skip ci]</title>
<updated>2018-09-24T07:19:24+00:00</updated>
<author>
<name>Oliver Smith</name>
<email>ollieparanoid@bitmessage.ch</email>
</author>
<published>2018-09-20T04:57:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=9d9f981a2c421f44db3ae66b90293202748eb9f3'/>
<id>9d9f981a2c421f44db3ae66b90293202748eb9f3</id>
<content type='text'>
This makes it possible to provide armv7 as additional architecture in
Alpine, next to armhf. See the discussion in this ML thread:
&lt;https://lists.alpinelinux.org/alpine-devel/6271.html&gt;

It's done by adding armv7 next to armhf in the arch line and also
!armv7 where the arch line said !armhf. The following script was used:
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes it possible to provide armv7 as additional architecture in
Alpine, next to armhf. See the discussion in this ML thread:
&lt;https://lists.alpinelinux.org/alpine-devel/6271.html&gt;

It's done by adding armv7 next to armhf in the arch line and also
!armv7 where the arch line said !armhf. The following script was used:
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/micropython: disable on ppc64le due to test failures</title>
<updated>2018-09-10T08:45:32+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2018-09-10T08:44:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=10550c2257abc7f4fb17cb7fc66438d1a52fe22f'/>
<id>10550c2257abc7f4fb17cb7fc66438d1a52fe22f</id>
<content type='text'>
2 tests failed: float_parse float_parse_doubleprec
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2 tests failed: float_parse float_parse_doubleprec
</pre>
</div>
</content>
</entry>
</feed>
