<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/codegen/stack-probes.rs, branch 1.26.2</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.26.2</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.26.2'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2018-03-29T17:25:32+00:00</updated>
<entry>
<title>Ignore stack-probes tests on powerpc/s390x too</title>
<updated>2018-03-29T17:25:32+00:00</updated>
<author>
<name>Josh Stone</name>
<email>jistone@redhat.com</email>
</author>
<published>2018-03-29T17:25:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b404ec4b4880db7f6aea23ebf778869dfd6ecf99'/>
<id>urn:sha1:b404ec4b4880db7f6aea23ebf778869dfd6ecf99</id>
<content type='text'>
We only support stack probes on x86 and x86_64.
Other arches are already ignored.
</content>
</entry>
<entry>
<title>test: ignore stack probe tests on mips*</title>
<updated>2018-03-09T10:17:01+00:00</updated>
<author>
<name>James Cowgill</name>
<email>jcowgill@debian.org</email>
</author>
<published>2018-03-09T10:05:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=bceb94e8b7ba7efbeed95e080a753826cb18e89b'/>
<id>urn:sha1:bceb94e8b7ba7efbeed95e080a753826cb18e89b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>test: remove duplicate ignore-aarch64 from stack-probes test</title>
<updated>2018-03-09T10:16:49+00:00</updated>
<author>
<name>James Cowgill</name>
<email>jcowgill@debian.org</email>
</author>
<published>2018-03-09T10:04:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=59199ebe51d44e120dfd3f75dbcaf154afb70e13'/>
<id>urn:sha1:59199ebe51d44e120dfd3f75dbcaf154afb70e13</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Enable stack-probe tests with system LLVM &gt;= 5.0</title>
<updated>2018-01-31T19:41:26+00:00</updated>
<author>
<name>Josh Stone</name>
<email>jistone@redhat.com</email>
</author>
<published>2018-01-31T00:47:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e2de8deb0927eb68dbc5986e1fbbd0a1359f8a74'/>
<id>urn:sha1:e2de8deb0927eb68dbc5986e1fbbd0a1359f8a74</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a disabled builder for aarch64 emulated tests</title>
<updated>2017-07-24T23:24:52+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2017-07-13T21:17:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8ef3f69ffb03f8b5c83c44a6300bdfc8f73f6296'/>
<id>urn:sha1:8ef3f69ffb03f8b5c83c44a6300bdfc8f73f6296</id>
<content type='text'>
This commit adds a disabled builder which will run all tests for the standard
library for aarch64 in a QEMU instance. Once we get enough capacity to run this
on Travis this can be used to boost our platform coverage of AArch64
</content>
</entry>
<entry>
<title>Ignore stack probe tests on AArch64</title>
<updated>2017-07-21T08:21:42+00:00</updated>
<author>
<name>Mátyás Mustoha</name>
<email>mmatyas@inf.u-szeged.hu</email>
</author>
<published>2017-07-21T08:21:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9ca2fd0d903e383613e0bd0a6560e1136e8ecb60'/>
<id>urn:sha1:9ca2fd0d903e383613e0bd0a6560e1136e8ecb60</id>
<content type='text'>
</content>
</entry>
<entry>
<title>powerpc: Ignore the stack-probes test</title>
<updated>2017-07-18T08:50:58+00:00</updated>
<author>
<name>Luca Barbato</name>
<email>lu_zero@gentoo.org</email>
</author>
<published>2017-07-18T08:50:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e185c6c3d35a422384efee1567494d78b4366046'/>
<id>urn:sha1:e185c6c3d35a422384efee1567494d78b4366046</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustc: Implement stack probes for x86</title>
<updated>2017-07-06T15:58:19+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2017-06-21T19:08:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5dbd97de3d825c6898df62baca33ff1f57cb77eb'/>
<id>urn:sha1:5dbd97de3d825c6898df62baca33ff1f57cb77eb</id>
<content type='text'>
This commit implements stack probes on x86/x86_64 using the freshly landed
support upstream in LLVM. The purpose of stack probes here are to guarantee a
segfault on stack overflow rather than having a chance of running over the guard
page already present on all threads by accident.

At this time there's no support for any other architecture because LLVM itself
does not have support for other architectures.
</content>
</entry>
</feed>
