From 5c49d45f34ea0904b4e950d9a5aeb480b428ed73 Mon Sep 17 00:00:00 2001 From: Haoyu Bai Date: Thu, 13 Aug 2009 03:53:34 +0000 Subject: [PATCH] swap position of polymorphism2_auto_ptr and polymorphism to workaroud a boost.build behavior which can cause source code list rearranged thus cause test fail. [SVN r55562] --- test/Jamfile.v2 | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 5524e98a..764dfa41 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -77,14 +77,15 @@ bpl-test crossmod_exception [ bpl-test shared_ptr ] [ bpl-test enable_shared_from_this ] [ bpl-test andreas_beyer ] +[ bpl-test wrapper_held_type ] + +[ bpl-test polymorphism2_auto_ptr + : polymorphism2_auto_ptr.py polymorphism2.py polymorphism2_auto_ptr.cpp +] + [ bpl-test polymorphism ] [ bpl-test polymorphism2 ] -[ bpl-test wrapper_held_type ] -[ bpl-test polymorphism2_auto_ptr - : polymorphism2_auto_ptr.py enum.py polymorphism2.py polymorphism2_auto_ptr.cpp -] - [ bpl-test auto_ptr ] [ bpl-test minimal ]