- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for nodfsan (0.48 sec)
-
tensorflow/BUILD
# ) # # copybara_config_test( # name = "copybara_config_test", # config = "copy.bara.sky", # tags = [ # "noasan", # "nodfsan", # "nogotsan", # "nogpu", # "nomsan", # "nosan", # "notsan", # "noubsan", # ], # deps = [":copybara_config"], # ) # # action_config_test( # name = "build_cleaner_spec_test",
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Thu Aug 28 19:11:51 UTC 2025 - 53.4K bytes - Viewed (0) -
okhttp/src/jvmTest/kotlin/okhttp3/ConnectionCoalescingTest.kt
val nonsanUrl = url.newBuilder().host("nonsan.com").build() assertFailsWith<SSLPeerUnverifiedException> { execute(nonsanUrl) } } @Test fun skipsOnRedirectWhenNotSubjectAltName() { server.enqueue( MockResponse .Builder() .code(301) .addHeader("Location", url.newBuilder().host("nonsan.com").build()) .build(), )
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Thu Jun 19 11:44:16 UTC 2025 - 19.1K bytes - Viewed (0)