Skip to content

Commit

Permalink
Refs #4174: Test that segfaults. Fixing the ticket number.
Browse files Browse the repository at this point in the history
Again, this test segfaults but is commented out. Uncomment to try.
This segfault reliably for me at i==50
  • Loading branch information
Janik Zikovsky committed Nov 20, 2011
1 parent c602966 commit 3779ede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/Framework/API/test/FrameworkManagerTest.h
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class FrameworkManagerTest : public CxxTest::TestSuite
TS_ASSERT_THROWS( FrameworkManager::Instance().getWorkspace("wrongname"), std::runtime_error )
}
//
// /** Ticket #4177: this algorithm segfaults at the point where you've
// /** Ticket #4174: this algorithm segfaults at the point where you've
// * created 50 (the algorithms.retained property) in a row.
// */
// void test_CreateAlgorithm_manytimes()
Expand Down

0 comments on commit 3779ede

Please sign in to comment.