Skip to content

Commit e0ea61a

Browse files
committed
update test outputs to make them not print extra cerr as well
1 parent 61c8179 commit e0ea61a

File tree

8 files changed

+0
-30
lines changed

8 files changed

+0
-30
lines changed

src/test/resources/correct_test_outputs/LRA_w_body.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,8 @@ time_reconstruction = end_reconstruction - start_reconstruction;
122122
cout << time_reconstruction << endl;
123123
cerr << A[0][0] << endl;
124124
cerr << f[0] << endl;
125-
cerr << f[0] << endl;
126125
cerr << B[0][0] << endl;
127126
cerr << g[0] << endl;
128-
cerr << g[0] << endl;
129127
cerr << C[0][0] << endl;
130128
for (size_t i0 = 0; i0 < N; ++i0) {delete[] A[i0];
131129
}delete[] A;

src/test/resources/correct_test_outputs/LRC_w_body.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ time_reconstruction = end_reconstruction - start_reconstruction;
5858
cout << time_reconstruction << endl;
5959
cerr << A[0][0] << endl;
6060
cerr << f[0] << endl;
61-
cerr << f[0] << endl;
6261
for (size_t i0 = 0; i0 < N; ++i0) {delete[] A[i0];
6362
}delete[] A;
6463
delete[] f;

src/test/resources/correct_test_outputs/PR2A_w_body.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1666,18 +1666,12 @@ time_reconstruction = end_reconstruction - start_reconstruction;
16661666
cout << time_reconstruction << endl;
16671667
cerr << A[0][0] << endl;
16681668
cerr << f[0] << endl;
1669-
cerr << f[0] << endl;
16701669
cerr << B[0][0][0] << endl;
1671-
cerr << f[0] << endl;
16721670
cerr << C[0][0][0][0] << endl;
1673-
cerr << f[0] << endl;
16741671
cerr << D[0][0] << endl;
16751672
cerr << g[0] << endl;
1676-
cerr << g[0] << endl;
16771673
cerr << E[0][0][0] << endl;
1678-
cerr << g[0] << endl;
16791674
cerr << F[0][0][0][0] << endl;
1680-
cerr << g[0] << endl;
16811675
cerr << H[0][0] << endl;
16821676
cerr << I[0][0][0] << endl;
16831677
cerr << J[0][0][0][0] << endl;

src/test/resources/correct_test_outputs/PR2C_w_body.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -565,11 +565,8 @@ time_reconstruction = end_reconstruction - start_reconstruction;
565565
cout << time_reconstruction << endl;
566566
cerr << A[0][0] << endl;
567567
cerr << f[0] << endl;
568-
cerr << f[0] << endl;
569568
cerr << B[0][0][0] << endl;
570-
cerr << f[0] << endl;
571569
cerr << C[0][0][0][0] << endl;
572-
cerr << f[0] << endl;
573570
for (size_t i0 = 0; i0 < N; ++i0) {delete[] A[i0];
574571
}delete[] A;
575572
delete[] f;

src/test/resources/correct_test_outputs/PR3A_w_body.cpp

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -63360,26 +63360,16 @@ time_reconstruction = end_reconstruction - start_reconstruction;
6336063360
cout << time_reconstruction << endl;
6336163361
cerr << A[0][0] << endl;
6336263362
cerr << f[0] << endl;
63363-
cerr << f[0] << endl;
6336463363
cerr << B[0][0][0] << endl;
63365-
cerr << f[0] << endl;
6336663364
cerr << C[0][0][0][0] << endl;
63367-
cerr << f[0] << endl;
6336863365
cerr << D[0][0][0][0][0] << endl;
63369-
cerr << f[0] << endl;
6337063366
cerr << E[0][0][0][0][0][0] << endl;
63371-
cerr << f[0] << endl;
6337263367
cerr << F[0][0] << endl;
6337363368
cerr << g[0] << endl;
63374-
cerr << g[0] << endl;
6337563369
cerr << G[0][0][0] << endl;
63376-
cerr << g[0] << endl;
6337763370
cerr << H[0][0][0][0] << endl;
63378-
cerr << g[0] << endl;
6337963371
cerr << I[0][0][0][0][0] << endl;
63380-
cerr << g[0] << endl;
6338163372
cerr << J[0][0][0][0][0][0] << endl;
63382-
cerr << g[0] << endl;
6338363373
cerr << K[0][0] << endl;
6338463374
cerr << L[0][0][0] << endl;
6338563375
cerr << M[0][0][0][0] << endl;

src/test/resources/correct_test_outputs/PR3C_w_body.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21118,15 +21118,10 @@ time_reconstruction = end_reconstruction - start_reconstruction;
2111821118
cout << time_reconstruction << endl;
2111921119
cerr << A[0][0] << endl;
2112021120
cerr << f[0] << endl;
21121-
cerr << f[0] << endl;
2112221121
cerr << B[0][0][0] << endl;
21123-
cerr << f[0] << endl;
2112421122
cerr << C[0][0][0][0] << endl;
21125-
cerr << f[0] << endl;
2112621123
cerr << D[0][0][0][0][0] << endl;
21127-
cerr << f[0] << endl;
2112821124
cerr << E[0][0][0][0][0][0] << endl;
21129-
cerr << f[0] << endl;
2113021125
for (size_t i0 = 0; i0 < N; ++i0) {delete[] A[i0];
2113121126
}delete[] A;
2113221127
delete[] f;

src/test/resources/correct_test_outputs/independent-iterator_w_body.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,7 @@ time_reconstruction = end_reconstruction - start_reconstruction;
8282
cout << time_reconstruction << endl;
8383
cerr << A[0][0] << endl;
8484
cerr << f[0] << endl;
85-
cerr << f[0] << endl;
8685
cerr << B[0][0] << endl;
87-
cerr << A[0][0] << endl;
8886
for (size_t i0 = 0; i0 < N; ++i0) {delete[] A[i0];
8987
}delete[] A;
9088
delete[] f;

src/test/resources/correct_test_outputs/scalar-tensor-op_w_body.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ cerr << p << endl;
7878
cerr << t[0] << endl;
7979
cerr << A[0][0] << endl;
8080
cerr << f[0] << endl;
81-
cerr << f[0] << endl;
8281
delete[] t;
8382
for (size_t i0 = 0; i0 < N; ++i0) {delete[] A[i0];
8483
}delete[] A;

0 commit comments

Comments
 (0)