From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45022) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gL8k7-0002EK-EE for qemu-devel@nongnu.org; Fri, 09 Nov 2018 10:30:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gL8k4-0007wC-97 for qemu-devel@nongnu.org; Fri, 09 Nov 2018 10:30:43 -0500 Received: from mx1.redhat.com ([209.132.183.28]:46318) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gL8k2-0007vE-Mh for qemu-devel@nongnu.org; Fri, 09 Nov 2018 10:30:38 -0500 From: Cleber Rosa Date: Fri, 9 Nov 2018 10:30:00 -0500 Message-Id: <20181109153002.597-1-crosa@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [RFC PATCH 0/2] Address OS X Travis failures List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Eduardo Habkost , programmingkidx@gmail.com, Wainer dos Santos Moschetta , =?UTF-8?q?Alex=20Benn=C3=A9e?= , Fam Zheng , =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= , Caio Carrara , =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= , Cleber Rosa The OS X jobs on Travis fail for a number of reasons. This is an attempt to decide its faith, either as something that will be kept on the configuration (and properly maintained), removed, or maybe active but with failures waived (Travis allows for that). The result of this can be seen in these jobs part of a recent build: - https://travis-ci.org/clebergnu/qemu/jobs/452517040 - https://travis-ci.org/clebergnu/qemu/jobs/452517041 - https://travis-ci.org/clebergnu/qemu/jobs/452517042 - https://travis-ci.org/clebergnu/qemu/jobs/452517043 - https://travis-ci.org/clebergnu/qemu/jobs/452517044 - https://travis-ci.org/clebergnu/qemu/jobs/452517045 - https://travis-ci.org/clebergnu/qemu/jobs/452517046 Cleber Rosa (2): tests/test-qht-par: test gets stuck intermittently on OSX Travis CI: break down OSX+clang jobs .travis.yml | 29 ++++++++++++++++++++++++++++- tests/Makefile.include | 3 +++ 2 files changed, 31 insertions(+), 1 deletion(-) --=20 2.19.1