Commit Graph

35 Commits

Author SHA1 Message Date
Tobias Koppers 96703ca57a fix race in test case 2019-11-29 13:01:04 +01:00
Tobias Koppers 019e35bf26 fix test case 2019-11-04 11:42:12 +01:00
Tobias Koppers fe790eea65 update eslint and lint-staged 2019-08-06 10:57:37 +02:00
Tobias Koppers e9c0d068dd refactor filesystem interfaces
add Compiler.intermediateFileSystem
avoid using `path` and `fs` module when possible
move `join`, `mkdirp` and `dirname` into utils
join and dirname is optional in FileSystem interface
remove mkdirp from Filesystem interface
2019-06-11 17:32:58 +02:00
Florent Cailhol 9caaa664f7 Refactor webpack main 2018-12-09 15:32:03 +01:00
Florent Cailhol 3fdf0029b7 Fix Compiler tests 2018-07-14 22:17:55 +02:00
Florent Cailhol faf04e005c Update prettier to v1.13 2018-05-29 16:14:16 +02:00
Bazyli Brzóska b0f2cf38a3 Compiler-caching: make it possible to run tests in parallel 2018-04-19 19:10:27 +02:00
Bazyli Brzóska 603f11c7dd fix eslint problems 2018-04-12 00:11:04 +02:00
Bazyli Brzóska 36e8e30875 run prettier on existing code 2018-02-25 11:46:17 +01:00
Florent Cailhol cd419d0546 Migrate integration tests to Jest 2018-01-24 17:29:57 +01:00
Tobias Koppers 002f45ae72 change "defaultedProduction" to undefined
inline mode file
fix testcase
2018-01-03 16:43:24 +01:00
Sean Larkin 06dd5d1aeb fix: set default mode for caching test 2017-12-31 17:07:50 -06:00
Sean Larkin 1fdc37764e
Merge branch 'next' into feature/add-entry-default-value 2017-12-22 14:50:42 -08:00
Florent Cailhol e58e1f9261 Use hooks in test cases 2017-12-21 07:17:27 +01:00
Sean Larkin 5e8700f5c5 feat(defaults): add fixed defaults 2017-12-18 12:18:07 -08:00
Tobias Koppers 2201b860a5 Add mode option and choose defaults depending on mode
add optimization options
use development mode for watch/hot/config tests
use production mode for integration/stats tests
create output directory if not existing
move __esModule to runtime
fix dependency behavior for cases without usedExports
2017-11-24 08:17:17 +01:00
Tobias Koppers bc41e60424 options defaulter returns new object 2017-09-14 14:16:36 +02:00
Tobias Koppers 890a507b08 optimize OccurenceOrderPlugin 2017-06-02 01:24:55 +02:00
Tobias Koppers 74d4f36a0f Revert "make flanky test stable" 2017-04-06 13:52:55 +02:00
Tobias Koppers 75efda9931 Merge pull request #3547 from webpack/test/flanky-stable
make flanky test stable
2017-04-06 08:52:46 +02:00
Tim Sebastian 6d875d0d0b resolve files "linux style" in compiler caching test 2017-02-09 23:25:45 +11:00
Tim Sebastian 8ccf068c59 fix linting issues of touched files 2017-02-02 22:56:41 +11:00
Tim Sebastian 3ba9ed99c0 fix existing tests that failed schema validaton 2017-02-02 22:36:15 +11:00
Shubheksha Jalan 280cbb7c8e refactor(ES6): Compiler-caching.test.js 2017-01-18 13:53:20 +05:30
Alistair Brown 7a43c0ef25 Update missing should type check calls 2017-01-02 00:44:24 +00:00
Tobias Koppers ccc4eedac1 make flanky test stable 2016-12-22 11:54:03 +01:00
Tobias Koppers 6cb38d5213 Merge pull request #3550 from webpack/test/disable-flanky-test
disable flanky test
2016-12-22 10:50:32 +01:00
Tobias Koppers c94c369fd3 disable flanky test 2016-12-22 08:32:57 +01:00
Tobias Koppers bd10fca49a use webpack instead of Compiler in test 2016-12-21 23:39:39 +01:00
Tobias Koppers ea3b2303a8 fixes an error where errors are not cleared in cached module 2016-12-16 19:12:47 +01:00
Tobias Koppers f4ab7fc7e2 more performance improvements 2016-12-14 16:22:54 +01:00
Tobias Koppers 9c9b20af6d better test cleanup 2016-09-15 00:22:10 +02:00
Tobias Koppers 1c658edf5b fixed CachePlugin caching issues #2003 2016-05-06 19:42:06 +02:00
Tobias Koppers e5cb6ac7dd added test cases for #2003 2016-05-06 13:38:21 +02:00