From 355cbdd863e655f6bc9b137c08fa3dc10f0b1864 Mon Sep 17 00:00:00 2001 From: Sergio Durigan Junior Date: Mon, 15 Dec 2014 21:40:11 -0500 Subject: [PATCH] Enabling parallel testing on native-gdbserver/-m64 --- lib/gdbbuilder.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/gdbbuilder.py b/lib/gdbbuilder.py index dfc05df..75d0949 100644 --- a/lib/gdbbuilder.py +++ b/lib/gdbbuilder.py @@ -159,7 +159,6 @@ class RunTestGDBm32_c64t32 (BuildAndTestGDBFactory): extra_make_check_flags = [ 'RUNTESTFLAGS=--target_board unix/-m32' ] class RunTestGDBNativeGDBServer_c64t64 (BuildAndTestGDBFactory): - no_test_parallel = True extra_make_check_flags = [ 'RUNTESTFLAGS=--target_board native-gdbserver' ] class RunTestGDBNativeGDBServer_c64t32 (BuildAndTestGDBFactory):