Commit Graph

10 Commits

Author SHA1 Message Date
Ben Barham
c163e0fe5e [Tests] Make OS features consistent
lit.py currently allows any substring of `target_triple` to be used as a
feature in REQUIRES/UNSUPPORTED/XFAIL. This results in various forms of
the OS spread across the tests and is also somewhat confusing since they
aren't actually listed in the available features.

Modify all OS-related features to use the `OS=` version that Swift adds
instead. We can later remove `config.target_triple` so that these don't
the non-OS versions don't work in the first place.
2022-05-20 19:51:23 -07:00
David Zarzycki
bd90cd8f91 [testing] Add ALLOW_RETRIES to buggy test 2021-07-02 09:40:24 -04:00
Alexis Laferrière
41e1c5a936 Revert "[Tests] Disable process-stats-dir.py related tests"
This reverts commit f576bebaf1.
2021-02-08 14:27:43 -08:00
Alexis Laferrière
efb7829741 Revert "Revert "[Tests] Disable process-stats-dir.py related tests"" 2021-02-05 10:06:18 -08:00
Alexis Laferrière
ef6fdf8af5 Revert "[Tests] Disable process-stats-dir.py related tests"
This reverts commit f576bebaf1.
2021-02-03 17:26:56 -08:00
Alexis Laferrière
f576bebaf1 [Tests] Disable process-stats-dir.py related tests 2021-02-01 10:22:10 -08:00
Gwen Mittertreiner
8a6d28c7d0 Fix the Rest of the Windows Driver Tests 2019-03-06 14:23:49 -08:00
Saleem Abdulrasool
f17030d7f5 test: explicitly invoke python for process-stats-dir
Explicitly mark the interpreter for the tool as windows does not
implicitly treat shebangs as the interpreter.  This allows for the
proper invocation of the tool on Windows.
2018-06-03 19:26:26 -07:00
David Zarzycki
5371dcf8dd [Testing] pipe_round_robin.swift.gyb is scheduling sensitive
If a background compile job is running on my Linux box, this test will
sometimes fail.
2018-05-16 18:25:45 -04:00
Graydon Hoare
c1682fa465 [Driver] <rdar://39504759> Continue demultiplexing subprocess output after initial read. 2018-04-18 11:52:11 -07:00