Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
//
// That number *must not* increase. Any PR which causes this number to grow
// should be rejected and it should be updated to either keep the number as-is
// or have it reduced (preferrably, down to zero).
// or have it reduced (preferably, down to zero).
//
// If you see this test failed for your patch, it means that you either
// introduced UNSUPPORTED directive to a test improperly, or broke the format of an
Expand All @@ -57,7 +57,7 @@
// NUMBER-OF-UNSUPPORTED-WITHOUT-INFO: 487
//
// List of improperly UNSUPPORTED tests.
// Remove the CHECK once the test has been propely UNSUPPORTED.
// Remove the CHECK once the test has been properly UNSUPPORTED.
//
// CHECK: AOT/early_aot.cpp
// CHECK-NEXT: AOT/gpu.cpp
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
//
// That number *must not* increase. Any PR which causes this number to grow
// should be rejected and it should be updated to either keep the number as-is
// or have it reduced (preferrably, down to zero).
// or have it reduced (preferably, down to zero).
//
// If you see this test failed for your patch, it means that you either
// introduced XFAIL directive to a test improperly, or broke the format of an
Expand All @@ -54,7 +54,7 @@
// NUMBER-OF-XFAIL-WITHOUT-TRACKER: 143
//
// List of improperly XFAIL-ed tests.
// Remove the CHECK once the test has been propely XFAIL-ed.
// Remove the CHECK once the test has been properly XFAIL-ed.
//
// CHECK: AddressSanitizer/nullpointer/private_nullptr.cpp
// CHECK-NEXT: Basic/aspects.cpp
Expand Down
Loading