File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
test/e2e_test_requirements Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1- # commit e3d127d69061c942b37c8e18b876281f5a9b3857
2- # Merge: 884b646 4f1fd54
1+ # commit 6ade245ef11de42f91e1a35e67c38389788abb3d
2+ # Merge: 8c0cc4cd 9d1d3ac4
33# Author: Piotr Balcer <[email protected] > 4- # Date: Tue Oct 29 17:22:22 2024 +0100
5- # Merge pull request #2246 from JackAKirk/p2p-fix-impl
6- # [spec][usm-p2p] p2p info query return int instead of uint32_t, fix l0 impl
7- set (UNIFIED_RUNTIME_TAG e3d127d69061c942b37c8e18b876281f5a9b3857 )
4+ # Date: Thu Oct 31 09: 17:21 2024 +0100
5+ # Merge pull request #2230 from pbalcer/check-xpti-enabled
6+ # don't call xpti if there are no subscribers
7+ set (UNIFIED_RUNTIME_TAG 6ade245ef11de42f91e1a35e67c38389788abb3d )
Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments