Skip to content

Commit 38d6ee1

Browse files
[SYCL][NFC] Fix minor typos in checks for SYCL tests correctness (#15934)
1 parent e6e45d0 commit 38d6ee1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

sycl/test/e2e_test_requirements/no-unsupported-without-info.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
//
4646
// That number *must not* increase. Any PR which causes this number to grow
4747
// should be rejected and it should be updated to either keep the number as-is
48-
// or have it reduced (preferrably, down to zero).
48+
// or have it reduced (preferably, down to zero).
4949
//
5050
// If you see this test failed for your patch, it means that you either
5151
// introduced UNSUPPORTED directive to a test improperly, or broke the format of an
@@ -57,7 +57,7 @@
5757
// NUMBER-OF-UNSUPPORTED-WITHOUT-INFO: 487
5858
//
5959
// List of improperly UNSUPPORTED tests.
60-
// Remove the CHECK once the test has been propely UNSUPPORTED.
60+
// Remove the CHECK once the test has been properly UNSUPPORTED.
6161
//
6262
// CHECK: AOT/early_aot.cpp
6363
// CHECK-NEXT: AOT/gpu.cpp

sycl/test/e2e_test_requirements/no-xfail-without-tracker.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
//
4343
// That number *must not* increase. Any PR which causes this number to grow
4444
// should be rejected and it should be updated to either keep the number as-is
45-
// or have it reduced (preferrably, down to zero).
45+
// or have it reduced (preferably, down to zero).
4646
//
4747
// If you see this test failed for your patch, it means that you either
4848
// introduced XFAIL directive to a test improperly, or broke the format of an
@@ -54,7 +54,7 @@
5454
// NUMBER-OF-XFAIL-WITHOUT-TRACKER: 143
5555
//
5656
// List of improperly XFAIL-ed tests.
57-
// Remove the CHECK once the test has been propely XFAIL-ed.
57+
// Remove the CHECK once the test has been properly XFAIL-ed.
5858
//
5959
// CHECK: AddressSanitizer/nullpointer/private_nullptr.cpp
6060
// CHECK-NEXT: Basic/aspects.cpp

0 commit comments

Comments
 (0)