We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fd4fed commit 9e2f29cCopy full SHA for 9e2f29c
compiler-rt/lib/asan/tests/asan_test.cpp
@@ -1116,10 +1116,8 @@ TEST(AddressSanitizer, StressStackReuseTest) {
1116
}
1117
1118
// On some platform (ex: AIX), the default thread stack size (~96 KB) is
1119
-// insufficient for this test and can lead to stack overflows. The test
1120
-// has been updated to accomodate platforms with smaller default thread
1121
-// stack sizes.
1122
-#define MIN_STACK_SIZE (128 * 1024) // Minimum stack size to use: 128 KB
+// insufficient for this test and can lead to stack overflows.
+#define MIN_STACK_SIZE (128 * 1024) // 128 KB
1123
TEST(AddressSanitizer, ThreadedStressStackReuseTest) {
1124
const int kNumThreads = 20;
1125
pthread_t t[kNumThreads];
0 commit comments