As we discussed in the last meeting, we reset the ports tree and began from scratch, even though this change involves porting all the packages. Starting small and growing gradually, this approach will reduce build times and consequently lower energy consumption in a world affected by climate change. We will add new ports as users needs arise; ok h3artbl33d@
This commit is contained in:
parent
83a0aaf92c
commit
9a3af55370
59377 changed files with 98673 additions and 4712155 deletions
|
@ -1,7 +1,7 @@
|
|||
Index: test/gtest-extra-test.cc
|
||||
--- test/gtest-extra-test.cc.orig
|
||||
+++ test/gtest-extra-test.cc
|
||||
@@ -345,6 +345,10 @@ TEST(output_redirect_test, flush_error_in_ctor) {
|
||||
@@ -347,6 +347,10 @@ TEST(output_redirect_test, flush_error_in_ctor) {
|
||||
write_copy.dup2(write_fd); // "undo" close or dtor will fail
|
||||
}
|
||||
|
||||
|
@ -11,8 +11,8 @@ Index: test/gtest-extra-test.cc
|
|||
+// out for now while i work on figuring it out.
|
||||
TEST(output_redirect_test, dup_error_in_ctor) {
|
||||
buffered_file f = open_buffered_file();
|
||||
int fd = (f.fileno)();
|
||||
@@ -356,6 +360,7 @@ TEST(output_redirect_test, dup_error_in_ctor) {
|
||||
int fd = (f.descriptor)();
|
||||
@@ -358,6 +362,7 @@ TEST(output_redirect_test, dup_error_in_ctor) {
|
||||
fmt::format("cannot duplicate file descriptor {}", fd));
|
||||
copy.dup2(fd); // "undo" close or dtor will fail
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue