OLD | NEW |
1 # Copyright 2016 The PDFium Authors. All rights reserved. | 1 # Copyright 2016 The PDFium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 # | 4 # |
5 # List of tests to be skipped, one per line. | 5 # List of tests to be skipped, one per line. |
6 # There are four space-separated columns per line | 6 # There are four space-separated columns per line |
7 # Each column (except column 0) can contain a comma-separated list of values. | 7 # Each column (except column 0) can contain a comma-separated list of values. |
8 # | 8 # |
9 # Column 0: test file name | 9 # Column 0: test file name |
10 # Column 1: platform: *, win, mac, linux | 10 # Column 1: platform: *, win, mac, linux |
(...skipping 474 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
485 | 485 |
486 # | 486 # |
487 # xfa_specific | 487 # xfa_specific |
488 # | 488 # |
489 Choose.pdf * * * | 489 Choose.pdf * * * |
490 data_binding.pdf * * * | 490 data_binding.pdf * * * |
491 Date_FormCale.pdf * * * | 491 Date_FormCale.pdf * * * |
492 Sum.pdf * * * | 492 Sum.pdf * * * |
493 TimeField.pdf win,linux * * | 493 TimeField.pdf win,linux * * |
494 Test_CheckBox.pdf * * * | 494 Test_CheckBox.pdf * * * |
495 Test_DateField_locale_zh_HK.pdf * * * | 495 Test_DateField_locale_zh_HK.pdf mac,win * * |
496 | 496 |
OLD | NEW |