~mmach/netext73/mesa-ryzen

« back to all changes in this revision

Viewing changes to src/amd/compiler/tests/test_tests.cpp

  • Committer: mmach
  • Date: 2023-11-02 21:31:35 UTC
  • Revision ID: netbit73@gmail.com-20231102213135-18d4tzh7tj0uz752
2023-11-02 22:11:57

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
   fprintf(output, "woops!\n");
37
37
END_TEST
38
38
 
39
 
BEGIN_TEST(simple.1)
 
39
BEGIN_TEST(simple._1)
40
40
   //! s_buffer_load_dwordx2 @s64(a)
41
41
   fprintf(output, "s_buffer_load_dwordx2 s[6:7]\n");
42
42
   //! s_add_u32 s#b0, s#a, 1
48
48
   fprintf(output, "s_buffer_store_dwordx2 s[8:9]\n");
49
49
END_TEST
50
50
 
51
 
BEGIN_TEST(simple.2)
 
51
BEGIN_TEST(simple._2)
52
52
   //~gfx[67]! test gfx67
53
53
   //~gfx8! test gfx8
54
54
   //~gfx9! test gfx9
71
71
   }
72
72
END_TEST
73
73
 
74
 
BEGIN_TEST(simple.3)
 
74
BEGIN_TEST(simple._3)
75
75
   //; funcs['test'] = lambda a: a
76
76
   //! @test(s_buffer_load_dwordx2) @s64(a)
77
77
   fprintf(output, "s_buffer_load_dwordx2 s[6:7]\n");