From 8df1fe5f0cb5ce9eb13b7c97e3b7819a0d999f47 Mon Sep 17 00:00:00 2001
From: Virgile Prevosto <virgile.prevosto@m4x.org>
Date: Thu, 4 Apr 2024 17:48:52 +0200
Subject: [PATCH] [tests] update tests

---
 tests/fc_script/make-machdep.t/run.t       | 14 +++++++-------
 tests/misc/custom_machdep.yaml             |  4 ++--
 tests/misc/oracle/print_machdep.res.oracle |  2 +-
 tests/syntax/machdep_char_unsigned.yaml    |  2 +-
 4 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/tests/fc_script/make-machdep.t/run.t b/tests/fc_script/make-machdep.t/run.t
index 917e6c88d2e..8250b8f744f 100644
--- a/tests/fc_script/make-machdep.t/run.t
+++ b/tests/fc_script/make-machdep.t/run.t
@@ -17,6 +17,9 @@
     - --target=x86_64
   eof: (-1)
   errno:
+    edom: '33'
+    eilseq: '84'
+    erange: '34'
     e2big: '7'
     eacces: '13'
     eaddrinuse: '98'
@@ -42,7 +45,6 @@
     edeadlk: '35'
     edeadlock: '35'
     edestaddrreq: '89'
-    edom: '33'
     edquot: '122'
     eexist: '17'
     efault: '14'
@@ -50,7 +52,6 @@
     ehostdown: '112'
     ehostunreach: '113'
     eidrm: '43'
-    eilseq: '84'
     einprogress: '115'
     eintr: '4'
     einval: '22'
@@ -67,9 +68,9 @@
     el3rst: '47'
     elibacc: '79'
     elibbad: '80'
-    elibexec: '83'
     elibmax: '82'
     elibscn: '81'
+    elibexec: '83'
     eloop: '40'
     emediumtype: '124'
     emfile: '24'
@@ -118,15 +119,14 @@
     eproto: '71'
     eprotonosupport: '93'
     eprototype: '91'
-    erange: '34'
     eremchg: '78'
     eremote: '66'
     eremoteio: '121'
     erestart: '85'
     erofs: '30'
     eshutdown: '108'
-    esocktnosupport: '94'
     espipe: '29'
+    esocktnosupport: '94'
     esrch: '3'
     estale: '116'
     estrpipe: '86'
@@ -143,10 +143,10 @@
   fopen_max: '16'
   has__builtin_va_list: true
   host_name_max: '64'
+  int_fast8_t: signed char
   int_fast16_t: long
   int_fast32_t: long
   int_fast64_t: long
-  int_fast8_t: signed char
   intptr_t: long
   l_tmpnam: '20'
   little_endian: true
@@ -173,10 +173,10 @@
   time_t: long
   tmp_max: '238328'
   tty_name_max: '32'
+  uint_fast8_t: unsigned char
   uint_fast16_t: unsigned long
   uint_fast32_t: unsigned long
   uint_fast64_t: unsigned long
-  uint_fast8_t: unsigned char
   uintptr_t: unsigned long
   wchar_t: int
   weof: (0xffffffffu)
diff --git a/tests/misc/custom_machdep.yaml b/tests/misc/custom_machdep.yaml
index b7c9a0b07c9..eab2fe4d8c9 100644
--- a/tests/misc/custom_machdep.yaml
+++ b/tests/misc/custom_machdep.yaml
@@ -81,5 +81,5 @@ errno:
   enomem: "47"
   enotsup: "48"
 machdep_name: custom_machdep
-custom_defs: |
-  #define CUSTOM_MACHDEP 1
+custom_defs:
+  CUSTOM_MACHDEP: '1'
diff --git a/tests/misc/oracle/print_machdep.res.oracle b/tests/misc/oracle/print_machdep.res.oracle
index b1566c66852..9bfb7d917cd 100644
--- a/tests/misc/oracle/print_machdep.res.oracle
+++ b/tests/misc/oracle/print_machdep.res.oracle
@@ -1,4 +1,4 @@
-Machine: gcc (GCC) 13.1.1 20230429
+Machine: gcc (GCC) 13.2.1 20230801
    sizeof       short =  2 (16 bits, aligned on 16 bits)
    sizeof         int =  4 (32 bits, aligned on 32 bits)
    sizeof        long =  8 (64 bits, aligned on 64 bits)
diff --git a/tests/syntax/machdep_char_unsigned.yaml b/tests/syntax/machdep_char_unsigned.yaml
index cb4fbd6b6c6..99522b793cd 100644
--- a/tests/syntax/machdep_char_unsigned.yaml
+++ b/tests/syntax/machdep_char_unsigned.yaml
@@ -180,4 +180,4 @@ errno:
     exdev: '18'
     exfull: '54'
 machdep_name: 'machdep_char_unsigned'
-custom_defs: ''
+custom_defs: { }
-- 
GitLab