<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en">
<head>
<meta content="text/html; charset=US-ASCII" http-equiv="Content-Type">
<title>
GitLab
</title>


<style>img {
max-width: 100%; height: auto;
}
</style>
</head>
<body>
<div class="content">

<p style="color: #777777;">
<a href="https://gitlab.com/nmav">Nikos Mavrogiannopoulos</a>
commented:
</p>
<div style="">
<p dir="auto">The test that fails on aarch64 is:</p>
<pre class="code highlight js-syntax-highlight plaintext" lang="plaintext" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">ntest NORMAL:-VERS-ALL:+VERS-TLS1.3:+PSK:+DHE-PSK (user:00)</span>
<span id="LC2" class="line" lang="plaintext">client:144: expected cli error -53 (Error in the push function.), got -12 (A TLS fatal alert has been received.)</span>
<span id="LC3" class="line" lang="plaintext">_check_wait_status:160: Child died with status 1</span>
<span id="LC4" class="line" lang="plaintext">FAIL psk-file (exit status: 1)</span></code></pre>
<p dir="auto">This is a test that you added and expects authentication to fail by abruptive closure. However on aarch64 it seems to be receiving an alert. As the library does not send alerts, the issue is in the test itself. Is the error case you have in mind to test supposed to trigger an alert or not? If yes, maybe the issue is on the succeeding systems who don't send it. I see the call to <code>gnutls_alert_send_appropriate()</code> is not within a do while loop checking for E_AGAIN or E_INTERRUPTED.</p>
</div>


</div>
<div class="footer" style="margin-top: 10px;">
<p style="font-size: small; color: #777;">

<br>
Reply to this email directly or <a href="https://gitlab.com/gnutls/gnutls/merge_requests/917#note_226344962">view it on GitLab</a>.
<br>
You're receiving this email because of your account on gitlab.com.
If you'd like to receive fewer emails, you can
<a href="https://gitlab.com/sent_notifications/e78434c8b04f81aa7d416cc7d7601b6b/unsubscribe">unsubscribe</a>
from this thread or
adjust your notification settings.
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":"View Merge request","url":"https://gitlab.com/gnutls/gnutls/merge_requests/917#note_226344962"}}</script>


</p>
</div>
</body>
</html>