Skip to content

Commit 063cba4

Browse files
committed
Reorder PBBS regression tests so that tests that historically reveal bugs and faster tests run first.
1 parent b8310b0 commit 063cba4

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

regressionTest.sh

+13-13
Original file line numberDiff line numberDiff line change
@@ -82,26 +82,26 @@ pbbs/breadthFirstSearch/hybridBFS \
8282
pbbs/nBody/parallelBarnesHut"
8383

8484
PBBS_RELEASED="pbbs/breadthFirstSearch/deterministicBFS \
85-
pbbs/breadthFirstSearch/ndBFS \
86-
pbbs/comparisonSort/sampleSort \
87-
pbbs/convexHull/quickHull \
88-
pbbs/delaunayTriangulation/incrementalDelaunay \
89-
pbbs/delaunayRefine/incrementalRefine \
90-
pbbs/dictionary/deterministicHash \
85+
pbbs/suffixArray/parallelRange \
86+
pbbs/nearestNeighbors/octTree2Neighbors \
9187
pbbs/integerSort/blockRadixSort \
88+
pbbs/dictionary/deterministicHash \
9289
pbbs/maximalIndependentSet/incrementalMIS \
90+
pbbs/removeDuplicates/deterministicHash \
9391
pbbs/maximalIndependentSet/ndMIS \
94-
pbbs/maximalMatching/incrementalMatching \
95-
pbbs/maximalMatching/ndMatching \
96-
pbbs/minSpanningForest/parallelKruskal \
97-
pbbs/nBody/parallelCK \
98-
pbbs/nearestNeighbors/octTree2Neighbors \
9992
pbbs/rayCast/kdTree \
100-
pbbs/removeDuplicates/deterministicHash \
93+
pbbs/maximalMatching/ndMatching \
94+
pbbs/convexHull/quickHull \
95+
pbbs/maximalMatching/incrementalMatching \
96+
pbbs/comparisonSort/sampleSort \
97+
pbbs/breadthFirstSearch/ndBFS \
10198
pbbs/spanningForest/incrementalST \
10299
pbbs/spanningForest/ndST \
103100
pbbs/suffixArray/parallelKS \
104-
pbbs/suffixArray/parallelRange"
101+
pbbs/delaunayTriangulation/incrementalDelaunay \
102+
pbbs/minSpanningForest/parallelKruskal \
103+
pbbs/delaunayRefine/incrementalRefine \
104+
pbbs/nBody/parallelCK"
105105

106106
PBBS_STABLE="$PBBS_RELEASED \
107107
pbbs/comparisonSort/quickSort \

0 commit comments

Comments
 (0)